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