import './style'; export type { ButtonProps } from './Button'; export * from './type'; export declare const Button: import("react").FC; export default Button;