import { JSX } from 'react/jsx-runtime'; import { ReactNode } from 'react'; export declare function BlurIn({ children }: { children: ReactNode; }): JSX.Element; export declare function GradualSpacing({ text }: { text: string; }): JSX.Element; export declare function TypingEffect({ text }: { text: string; }): JSX.Element; export declare function WordsPullUp({ text }: { text: string; }): JSX.Element; export { }