import React from 'react'; declare type Props = { className?: string; }; export declare const LoadingIcon: React.FC; export {};