import React from 'react'; import { Props } from '.'; declare const _default: { title: string; component: React.FC; }; export default _default; export declare const Default: (props: Props) => JSX.Element; export declare const Gallery: (props: Props) => JSX.Element; export declare const WithHiddenLabel: (props: Props) => JSX.Element; export declare const Indeterminate: (props: Props) => JSX.Element; export declare const WithOtherInputs: (props: Props) => JSX.Element; export declare const SmallMultilineWithLink: (props: Props) => JSX.Element; export declare const OnColoredBackground: (props: Props) => JSX.Element; //# sourceMappingURL=Checkbox.stories.d.ts.map