export declare const FxActionButton: import("../../utils/types").SFCWithInstall> & { onClick?: (...args: any[]) => any; }, { type: string; size: string; label: string; }, {}>> & Record; export default FxActionButton;