import { TCheckboxSize } from "./helpers"; export declare const Wrapper: import("styled-components").StyledComponent<"label", import("styled-components").DefaultTheme, { $disabled: boolean; $checked: boolean; $withLabel: boolean; $size: TCheckboxSize; }, never>; export declare const HiddenInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>;