import type { ThemeColors } from "../types.js";
type $$ComponentProps = {
    themeColors: ThemeColors;
};
declare const ModeWatcherLite: import("svelte").Component<$$ComponentProps, {}, "">;
type ModeWatcherLite = ReturnType<typeof ModeWatcherLite>;
export default ModeWatcherLite;
