import React from 'react'; import { ComponentMeta } from '@storybook/react'; declare const _default: ComponentMeta>; export default _default; export declare const Template: { (args: any): JSX.Element; args: { invalid: boolean; disabled: boolean; }; }; export declare const Disabled: (args: any) => JSX.Element; export declare const WithValidationError: (args: any) => JSX.Element; export declare const ListWithDescription: (args: any) => JSX.Element; export declare const ListWithCheckboxOnRight: (args: any) => JSX.Element;