/** * Dark theme for @bquery/ui */ export declare const darkTheme: { name: string; colorScheme: "dark"; tokens: { '--bq-bg-base': string; '--bq-bg-subtle': string; '--bq-bg-muted': string; '--bq-bg-emphasis': string; '--bq-text-base': string; '--bq-text-muted': string; '--bq-text-subtle': string; '--bq-text-on-primary': string; '--bq-text-on-danger': string; '--bq-border-base': string; '--bq-border-emphasis': string; '--bq-border-focus': string; '--bq-focus-ring': string; '--bq-focus-ring-danger': string; }; }; /** * Generates the CSS for the dark theme overrides. */ export declare function getDarkThemeCSS(): string; //# sourceMappingURL=dark.d.ts.map