import { CheckboxState, Size, Status } from './types'; export declare const CheckboxWrapper: import("styled-components").StyledComponent<"div", any, { size: Size; variant: CheckboxState; isChecked: boolean; }, never>; export declare const Label: import("styled-components").StyledComponent<"label", any, { isDisabled: boolean; status: Status; }, never>;