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