interface InteractionColors { light: string; dark: string; } export declare function getHover(hex: string): InteractionColors; export declare function getPressed(hex: string): InteractionColors; export {};