export declare const tokenLayerName = "miura.tokens"; export type MiuraTheme = 'light' | 'dark'; export type MiuraDensity = 'compact' | 'cozy' | 'comfortable'; export declare function applyMiuraTheme(target: HTMLElement, theme: MiuraTheme): void; export declare function applyMiuraDensity(target: HTMLElement, density: MiuraDensity): void; //# sourceMappingURL=index.d.ts.map