export type HEX = string; export type AutoColorCode = { hover: string; pressed: string; }; export declare function getAutoColorCode(color: HEX): AutoColorCode;