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