///
export declare const LayoutChecklistStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const HeaderChecklistStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const ContentChecklistStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const GridTemplateStl: import("styled-components").StyledComponent<"div", any, {
xs?: number | undefined;
sm?: number | undefined;
md?: number | undefined;
lg?: number | undefined;
xl?: number | undefined;
}, never>;
export declare const baseCss: import("styled-components").FlattenSimpleInterpolation;
export declare const BaseCardStl: import("styled-components").StyledComponent<"div", any, {
$bgColor?: string | undefined;
}, never>;
export declare const LinkCardStl: import("styled-components").StyledComponent>, any, {
$bgColor?: string | undefined;
}, never>;
export declare const WrapperStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const TitleStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const IconStl: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const CodeStl: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const LabelStl: import("styled-components").StyledComponent<"div", any, {}, never>;