/// import { ITextProps } from "../../config/type"; declare function FText(props: ITextProps): JSX.Element; export default FText;