import { IButtonProps } from "./types";
/**
 * Button
 */
export declare const Button: (props: IButtonProps) => HTMLButtonElement;
