import { styled } from '../../Utilities'; import { DocumentCardImageBase } from './DocumentCardImage.base'; import { getStyles } from './DocumentCardImage.styles'; export var DocumentCardImage = styled(DocumentCardImageBase, getStyles, undefined, { scope: 'DocumentCardImage' }); //# sourceMappingURL=DocumentCardImage.js.map