export * from './colors'; export declare const focusInnerBorderColor: string; export declare const focusOuterBorderColor = "#1aebff"; export declare const bodyBackground: string; export declare const bodyColor: string;