export declare const root: string; export declare const title: string; export declare const titleText: string; export declare const titleWrapper: string; export declare const icon: string; export declare const ornamentVariant: Record<"warning" | "tip" | "important" | "note", string>; export declare const titleWrapperVariant: Record<"warning" | "tip" | "important" | "note", string>; export declare const titleVariant: Record<"warning" | "tip" | "important" | "note", string>; export declare const contentWrapper: string;