export declare type Props = { backgroundImage: string; isLoading?: boolean; animateLoading?: boolean; }; export declare type WrapperProps = { margin?: number; }; export declare const ImageCardWrapperStyle: import("styled-components").StyledComponent<"div", any, WrapperProps, never>; declare const _default: import("styled-components").StyledComponent<"div", any, Props, never>; export default _default; //# sourceMappingURL=ImageCardStyle.d.ts.map