/// <reference types="react" />
import { CheckboxProps } from "./Checkbox.types";
declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0a347bb9").R, {
    id?: string | undefined;
    defaultDisabled?: boolean | undefined;
    defaultChecked?: boolean | undefined;
} & import("../../state/components/input/types").InputProps<boolean, boolean> & Omit<import("./Checkbox.types").CheckboxComponentProps, "styles"> & import("react").RefAttributes<HTMLInputElement>>;
export default _default;
export declare const Default: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CheckboxProps>;
export declare const ErrorColor: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CheckboxProps>;
export declare const XL: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, CheckboxProps>;
