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