import Button from './Button'; export declare const regular: () => JSX.Element; export declare const loading: () => JSX.Element; export declare const disabled: () => JSX.Element; export declare const withRadar: () => JSX.Element; declare const _default: { title: string; component: typeof Button; parameters: { notes: string; }; }; export default _default;