export declare const root: string; export declare const color: Record<"warning" | "tip" | "important" | "note" | "hotspot" | "chevron" | "replay", string>; export declare const size: Record<16 | 32 | 24 | 40, string>;