/** shared constants -- keep in separate files for better tree-shaking and dependency injection */
export declare const DEFAULT_ID = "nth";
export declare const LIGHT = "light";
export declare const DARK = "dark";
export declare const SYSTEM = "system";
