import * as React from "react"; import { ButtonPropsT } from "./types"; export declare const Button: React.FC;