import { Theme } from "./types"; export declare const isLightTheme: (theme?: Theme) => boolean; export declare const isDarkTheme: (theme?: Theme) => boolean;