import { LitElement } from 'lit'; import '../loaders/skeleton'; /** * `kyn-vital-card-skeleton` Web Component. * A skeleton loading state for the vital card component that mirrors its structure. */ export declare class VitalCardSkeleton extends LitElement { static styles: import("lit").CSSResult[]; /** Sets the number of body/description lines to show in the skeleton pattern example. */ accessor lines: any | undefined; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'kyn-vital-card-skeleton': VitalCardSkeleton; } } //# sourceMappingURL=vitalCard.skeleton.d.ts.map