export declare const styles: { list: { selected: { fg: string; bg: string; border: { fg: string; }; hover: { bg: string; }; }; }; listtable: { header: { fg: string; bold: boolean; }; cell: { fg: string; selected: { bg: string; }; }; }; }; //# sourceMappingURL=styles.d.ts.map