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