export declare const colorSchemes: { light: { '--text': string; '--background': string; '--background-hover': string; '--background-active': string; '--text-selected': string; '--background-selected': string; }; };