/** * CSS custom property tokens for the Ringg widget. * * Consumers can override any token from outside the Shadow DOM: * * ringg-widget { * --ringg-primary: #ff6600; * --ringg-font-family: "Inter", sans-serif; * } * * Internal components read these via var(--ringg-xxx, fallback). * * Default values match the CDN widget theme exactly (widget-theme.tsx). */ /** Default token values — injected at the :host level of ringg-widget. */ export declare const hostTokens: import("lit").CSSResult; /** Shared utility styles used across components. */ export declare const sharedStyles: import("lit").CSSResult; //# sourceMappingURL=tokens.d.ts.map