import { StoryObj } from '@storybook/react'; import { CheckboxProps } from '.'; export declare const Primary: StoryObj; export declare const ManagingCheckedState: StoryObj; export declare const PreventingUserInteraction: StoryObj; export declare const CheckboxWithoutLabel: StoryObj; export declare const IndeterminateCheckboxes: StoryObj; export declare const ReadingTheValueOfACheckbox: StoryObj; export declare const UncontrolledCheckbox: StoryObj; export declare const ControlledCheckbox: StoryObj<{ checkboxLabel: string; }>; declare const _default: { component: ({ showLabel, indeterminate, disabled, label, defaultChecked, checked, id, onChange, ...rest }: CheckboxProps) => JSX.Element; title: string; argTypes: { onChange: { action: string; }; }; parameters: { componentSubtitle: string; docs: { fds: { attributes: string[]; }; }; }; }; export default _default;