interface ASCIITextProps { text?: string; asciiFontSize?: number; textFontSize?: number; textColor?: string; planeBaseHeight?: number; enableWaves?: boolean; } export default function ASCIIText({ text, asciiFontSize, textFontSize, textColor, planeBaseHeight, enableWaves }: ASCIITextProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AsciiText.d.ts.map