import React from "react"; import CenterDecorator from "../../utils/center-decorator"; declare const _default: { title: string; decorators: (typeof CenterDecorator)[]; }; export default _default; export declare const types: { (): React.JSX.Element; story: { name: string; }; }; export declare const disabled: { (): React.JSX.Element; story: { name: string; }; }; export declare const sizes: { (): React.JSX.Element; story: { name: string; }; }; export declare const colors: { (): React.JSX.Element; story: { name: string; }; }; export declare const icon: { (): React.JSX.Element; story: { name: string; }; }; export declare const controlButton: { (): React.JSX.Element; story: { name: string; }; }; export declare const controlButtonDense: { (): React.JSX.Element; story: { name: string; }; }; export declare const example1: { (): React.JSX.Element; story: { name: string; }; }; export declare const example2: { (): React.JSX.Element; story: { name: string; }; };