/// <reference types="react" />
export declare const StyledInsuranceContainer: 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 StyledInsuranceList: import("@emotion/styled").StyledComponent<{
    insurances: import("../../../care/interfaces/types").Insurance[];
    className?: string;
    isName?: boolean;
} & {
    theme?: import("@emotion/react").Theme;
}, {}, {}>;
