/// type TextMorphProps = { children: string; as?: React.ElementType; className?: string; style?: React.CSSProperties; }; export declare function TextMorph({ children, as: Component, className, style }: TextMorphProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TextMorph.d.ts.map