import { LitElement } from 'lit'; import '../loaders/skeleton'; /** * `kyn-info-card-skeleton` Web Component. * A skeleton loading state for the informational card component that mirrors its structure. */ export declare class InformationalCardSkeleton 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; /** Sets show or hide thumbnail element. */ accessor thumbnailVisible: boolean | undefined; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'kyn-info-card-skeleton': InformationalCardSkeleton; } } //# sourceMappingURL=informationalCard.skeleton.d.ts.map