/// interface FbuttonProps { title?: any; variant?: String; btnInfo?: any; rounded?: any; outlined?: any; className?: String; onClick?: any; prefix?: any; postfix?: any; style?: any; type?: any; disabled?: boolean; } export declare const FButton: ({ title, outlined, rounded, btnInfo, variant, className, onClick, prefix, postfix, style, type, disabled, }: FbuttonProps) => JSX.Element; export {}; //# sourceMappingURL=Fbutton.d.ts.map