/// import { Checkbox } from './'; export declare const NoContainer: () => JSX.Element; export declare const InContainer: () => JSX.Element; export declare const customLabel: () => JSX.Element; export declare const switcher: () => JSX.Element; export declare const switcherInText: () => JSX.Element; export declare const usingRenderPropsCustomRender: () => JSX.Element; export declare const usingRenderProps: () => JSX.Element; declare const _default: { title: string; component: typeof Checkbox; decorators: ((...args: any) => any)[]; }; export default _default;