@hhgtech/hhg-components
Version:
Hello Health Group common components
13 lines (12 loc) • 593 B
TypeScript
/// <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;
}, {}, {}>;