import { ComponentMeta } from "@storybook/react"; import React from "react"; declare const _default: ComponentMeta<({ type, leftIcon, rightIcon, children, loading, ...props }: Omit | undefined; } & import("antd/es/button/button").BaseButtonProps & Omit, "type" | "onClick"> & { htmlType?: "button" | "submit" | "reset" | undefined; onClick?: React.MouseEventHandler | undefined; } & Omit, "type" | "onClick">>, "type"> & { type?: ("text" | "primary" | "secondary" | "action-1" | "action-2" | "action-3" | "delete" | "delete-ghost" | "setup-bank" | "warning") | undefined; leftIcon?: React.ReactNode; rightIcon?: React.ReactNode; }) => JSX.Element>; export default _default; export declare const PrimaryButton: any; export declare const PrimaryHoverButton: any; export declare const PrimaryDisabledButton: any; export declare const SecondaryButton: any; export declare const SecondaryHoverButton: any; export declare const SecondaryDisabledButton: any; export declare const LoadingButton: any; export declare const ButtonWithLeftIcon: any; export declare const ButtonWithRightIcon: any; export declare const Action1Button: any; export declare const Action2Button: any; export declare const Action3Button: any; export declare const Delete: any; export declare const Warning: any; export declare const SetupBank: any;