///
export declare const CardStyles: import("styled-components").RuleSet<{
width?: string | undefined;
}>;
export declare const BaseCard: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, {
width: string;
}>>;