/// import type { ButtonProps } from 'antd/es/button'; interface IButton extends ButtonProps { containerId?: string; getClickParams?: Function; stopPropagation?: boolean; } export declare const BaseButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes<{ [x: string]: any; getApi(): any; }>>; export {};