/// <reference types="react" />
export declare const StyledCardPost: import("@emotion/styled").StyledComponent<{
    theme?: import("@emotion/react").Theme;
    as?: import("react").ElementType<any>;
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, 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<HTMLDivElement> & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
