type Props = { status: 'success' | 'loading' | 'pending'; }; export declare const SuccessLoader: ({ status }: Props) => import("react/jsx-runtime").JSX.Element; export {};