import { AuthPiece, IAuthPieceProps, IAuthPieceState } from './AuthPiece'; export declare class Loading extends AuthPiece { constructor(props: IAuthPieceProps); showComponent(theme: any): JSX.Element; }