import { ThemeAppearance } from "../types"; export declare const matchBrowserPrefers: (mode: ThemeAppearance) => MediaQueryList;