export declare function Loading(props: LoadingProps): JSX.Element | null; export interface LoadingProps { color?: any; size?: 'small' | 'large'; visible: boolean; }