import { LitElement } from 'lit'; import { SDS_SIZES } from '../types'; type Size = SDS_SIZES; export interface SDSTextProps { size?: Size; strong?: boolean; tall?: boolean; } export declare class SDSTextComponent extends LitElement { static styles: import("lit").CSSResult[]; size: Size; strong: boolean; tall: boolean; render(): import("lit-html").TemplateResult<1>; } export {}; //# sourceMappingURL=sds-text.component.d.ts.map