import type { SFCWithInstall } from '../_util/interface';
import Button from './button';
export { buttonProps } from './button';
export type { ButtonProps } from './button';
type ButtonType = SFCWithInstall<typeof Button>;
export declare const FButton: ButtonType;
export default FButton;