///
export declare const StyledInsuranceContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledInsuranceList: import("@emotion/styled").StyledComponent<{
insurances: import("../../../care/interfaces/types").Insurance[];
className?: string;
isName?: boolean;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;