import { type SmoothTextOptions } from "./useSmoothText.js"; export declare function SmoothText({ text, ...options }: { text: string; } & SmoothTextOptions): string; //# sourceMappingURL=SmoothText.d.ts.map