import { LitElement } from 'lit'; export interface SDSCardProps { link?: string; } export declare class SDSCard extends LitElement { static styles: import("lit").CSSResult[]; link: SDSCardProps['link']; private headingSlot; private textSlot; private _contentWarning; private _headerWarning; protected firstUpdated(): void; private readonly _handleHeadingSlotChange; private readonly _handleTextSlotChange; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'sds-card': SDSCard; } } //# sourceMappingURL=sds-card.d.ts.map