import { LitElement, nothing } from 'lit'; declare global { interface HTMLElementTagNameMap { 'cv-text-lockup': CovalentTextLockup; } } export declare class CovalentTextLockup extends LitElement { static styles: import("lit").CSSResult[]; subText: string; icon?: string; state?: 'active' | 'positive' | 'negative' | 'caution'; scale: 'large' | 'small'; trailingSubText: boolean; render(): import("lit-html").TemplateResult<1>; renderIcon(): import("lit-html").TemplateResult<1> | typeof nothing; } export default CovalentTextLockup; //# sourceMappingURL=text-lockup.d.ts.map