import { ComponentInterface } from '../../../stencil-public-runtime'; export declare class Loading implements ComponentInterface { $el: HTMLElement; icon: string; message: string; showMessage: boolean; render(): any; }