import { FC } from "react"; import { BaseProps } from "./text"; interface Props { text?: string; } declare const GTextGrow: FC; export default GTextGrow;