import { LitElement } from 'lit'; import { SDS_SIZES } from '../types'; type TagSize = Extract; export interface SDSTagProps { size?: TagSize; } export declare class SDSTag extends LitElement { static styles: import("lit").CSSResult[]; size: TagSize; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'sds-tag': SDSTag; } } export {}; //# sourceMappingURL=sds-tag.d.ts.map