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