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