/// import { Colors } from "plus-base-core"; export declare type ContextValue = { level: number; onVisible: (id: string) => void; hoverKey: string; visibleKey: string; iconColor: Colors | string; secondaryColor: Colors | string; backgroundColor: Colors | string; lineColor: Colors | string; activeBackgroundColor?: string; }; export declare const Context: import("react").Context; export declare enum IconSize { main = 30, sub = 24, more = 14, app = 32 } //# sourceMappingURL=types.d.ts.map