import { FunctionComponent } from "react"; import { ButtonProps } from "./types"; export declare const Button: FunctionComponent;