import { theme } from '@servicetitan/anvil-themes'; export declare const usePrefersColorScheme: (light?: theme, dark?: theme) => { theme: theme; mode: string; };