import { ButtonHTMLAttributes, MouseEvent, KeyboardEvent, PropsWithChildren } from 'react'; import { PropsWithElementAttributes } from '../utils'; export declare type ButtonProps = PropsWithChildren) => void; onKeyPress?: (event: KeyboardEvent) => void; type?: ButtonHTMLAttributes['type']; }>>; export declare const Button: ({ buttonStyle, disabled, loading, type, onClick, onKeyPress, children, className, style, }: ButtonProps) => JSX.Element; //# sourceMappingURL=Button.d.ts.map