type Props = { children: string; }; export declare const SmokeTextDisappearance: ({ children }: Props) => import("react/jsx-runtime").JSX.Element; export {};