import { ITheme } from "../Palette/variables"; import { IProps } from "./interfaces"; interface ICheck extends Partial { theme: ITheme; isCanHideItems?: boolean; } export declare const Mark: import("styled-components").StyledComponent<"span", any, ICheck, never>; export declare const Input: import("styled-components").StyledComponent<"input", any, ICheck, never>; export declare const CheckBoxComponent: import("styled-components").StyledComponent<"div", any, ICheck, never>; export declare const Label: import("styled-components").StyledComponent<"label", any, {}, never>; export declare const CheckBoxCompItem: import("styled-components").StyledComponent<"div", any, ICheck, never>; export declare const CheckBoxCompItems: import("styled-components").StyledComponent<"div", any, ICheck, never>; export declare const GroupWrapper: import("styled-components").StyledComponent<"div", any, ICheck, never>; export declare const IconBox: import("styled-components").StyledComponent<"div", any, ICheck, never>; export declare const StyledInfoIcon: import("styled-components").StyledComponent<(props: import("@nfort/logistics-icons/types/src").IProps) => JSX.Element, any, ICheck, never>; export declare const CheckBoxGroupItem: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const CheckboxGroupItems: import("styled-components").StyledComponent<"div", any, {}, never>; export {};