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