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