import { ButtonHTMLAttributes } from 'react'; type ButtonProps = ButtonHTMLAttributes; export declare function Button({ children, className, disabled, type, ...props }: ButtonProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Button.d.ts.map