/// export declare const StyledCardPost: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledSourceList: import("@emotion/styled").StyledComponent<{ isMarryBaby?: boolean; categorySlug?: string; listUrl?: string[]; editMode?: boolean; collapseSource?: boolean; hideSourceList?: boolean; onListChange?: (v?: string[]) => void; } & import("react").HTMLAttributes & { theme?: import("@emotion/react").Theme; }, {}, {}>;