export declare const colorSchemes: { light: { '--text': string; '--text-hover': string; '--text-active': string; '--text-selected': string; '--text-selected-hover': string; '--text-selected-pressed': string; '--text-selected-focus': string; '--background': string; '--background-hover': string; '--background-active': string; '--background-selected': string; '--background-selected-hover': string; '--background-selected-pressed': string; '--item-text-selected': string; '--item-background-selected': string; '--trigger-background-open': string; '--dropdown-background': string; }; };