/// import { Checkbox } from './Checkbox'; declare const meta: { component: typeof Checkbox; title: string; decorators: ((...args: any) => any)[]; }; export default meta; export declare const defaultState: () => JSX.Element; export declare const withAccessibilityLabel: () => JSX.Element; export declare const withError: () => JSX.Element; export declare const disabledAndChecked: () => JSX.Element;