import { Theme } from "./types"; /** * The built-in light theme. Combines the neutral-swatch light color palette, * shared layout and typography tokens, and light-mode shadow values. * * Used as the base when `ThemeProvider` is rendered with `mode="light"`. */ export declare const defaultLightTheme: Theme; /** * The built-in dark theme. Uses the neutral-swatch dark color palette with * inverted surface lightness, higher shadow opacity, and shared layout / * typography tokens. * * Used as the base when `ThemeProvider` is rendered with `mode="dark"`. */ export declare const defaultDarkTheme: Theme; //# sourceMappingURL=defaultTheme.d.ts.map