import './style/index.js';
export type { ButtonProps } from './Button';
export * from './type';
export declare const Button: import("react").ForwardRefExoticComponent<import("./Button").ButtonProps & import("react").RefAttributes<HTMLElement>>;
export default Button;