/// import { IButtonProps } from '../Props'; /** * *Button: The button component with support for custom icons, spinners, etc. * https://chakra-ui.com/docs/form/button */ export declare function Button({ ...props }: IButtonProps): JSX.Element; //# sourceMappingURL=Button.d.ts.map