/** * Default (light) theme for @bquery/ui */ export declare const defaultTheme: { name: string; colorScheme: "light"; 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 default light theme, including all design tokens. */ export declare function getDefaultThemeCSS(): string; //# sourceMappingURL=default.d.ts.map