import * as React from "react"; import { ButtonProps } from "./type"; declare const Button: React.FunctionComponent; export { Button };