import { Theme } from '../../types'; export declare type Props = { maxWidth?: number; shadow?: boolean; horizontal?: boolean; backgroundColor?: keyof Theme.Tint; isLoading?: boolean; animateLoading?: boolean; }; declare const CardStyle: import("styled-components").StyledComponent<"div", any, Props, never>; export default CardStyle; //# sourceMappingURL=CardStyle.d.ts.map