import { CSSResultGroup } from 'lit'; import { LitElement } from 'lit-element'; export declare class NileLoader extends LitElement { height: string; width: string; position: string; margin: string; static styles: CSSResultGroup; render(): import("lit-html").TemplateResult<1>; }