import { h } from 'preact';
declare const _default: {
    tags: string[];
    title: string;
};
export default _default;
export declare const Passive: () => h.JSX.Element;
export declare const Focused: () => h.JSX.Element;
export declare const Disabled: () => h.JSX.Element;
export declare const Loading: () => h.JSX.Element;
export declare const LoadingFocused: () => h.JSX.Element;
export declare const LoadingDisabled: () => h.JSX.Element;
export declare const FullWidth: {
    (): h.JSX.Element;
    parameters: {
        fixedWidth: boolean;
    };
};
//# sourceMappingURL=button-danger.stories.d.ts.map