import React from "react"; import { TextButProps } from "../types"; export type FontStyleProps = TextButProps; export declare const FontStyleBtn: (props: FontStyleProps) => React.JSX.Element;