import type { OrbTheme } from './types.js'; /** * Resolves `auto` to the browser colour-scheme preference. * * @param theme Requested theme. * @returns A concrete `dark` or `light` renderer theme. */ export declare function resolveTheme(theme: OrbTheme): Exclude; /** @returns Whether the browser currently requests reduced motion. */ export declare function prefersReducedMotion(): boolean; //# sourceMappingURL=theme.d.ts.map