import React from 'react'; interface IProps { style?: React.CSSProperties; show: boolean; type: string; timeout: Function; } declare function _Loading(props: IProps): JSX.Element; export declare const Loading: React.MemoExoticComponent; export {};