export declare const useInformationHighlightModel: (<TT_Special_Generic>(config?: (Partial<{
    variant: "caution" | "informational" | "critical";
    emphasis: "high" | "low";
}> & {} & {}) | undefined) => {
    state: {
        variant: "caution" | "informational" | "critical";
        emphasis: "high" | "low";
    };
    events: {};
}) & import("@workday/canvas-kit-react/common").ModelExtras<{
    variant: "caution" | "informational" | "critical";
    emphasis: "high" | "low";
}, {}, {
    variant: "caution" | "informational" | "critical";
    emphasis: "high" | "low";
}, {}, {
    state: {
        variant: "caution" | "informational" | "critical";
        emphasis: "high" | "low";
    };
    events: {};
}>;
//# sourceMappingURL=useInformationHighlightModel.d.ts.map