import { LitElement } from 'lit'; export declare class Skeleton extends LitElement { variant: 'text' | 'rectangular' | 'rounded' | 'circular'; animation: 'pulse' | 'wave' | false; width: string; height: string; static styles: import("lit").CSSResult; private getSkeletonStyle; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=Skeleton.d.ts.map