import { Meta } from '@storybook/react'; declare const _default: Meta; export default _default; export declare const Default: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; }; }; export declare const DefaultDynamic: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const Controlled: { (): import("react/jsx-runtime").JSX.Element; parameters: { a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const ControlledWithButton: { (): import("react/jsx-runtime").JSX.Element; parameters: { a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const UseReducer: { (): import("react/jsx-runtime").JSX.Element; parameters: { a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const UseReducerWithMultipleContainers: { (): import("react/jsx-runtime").JSX.Element; parameters: { a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const WithTextStyling: { (): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const WithLink: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { design: { type: string; url: string; }; a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; }; export declare const Customization: { (args: any): import("react/jsx-runtime").JSX.Element; parameters: { a11y: { config: { rules: { id: string; enabled: boolean; }[]; }; }; }; };