/**
 * Adds the necessary props to a `Hint` component.
 * Used by the FormField.Hint subcomponent and other input type components
 */
export declare const useFormFieldHint: import("@workday/canvas-kit-react/common").BehaviorHook<{
    state: {
        id: string;
        error: "error" | "caution" | undefined;
        isRequired: boolean;
        orientation: "vertical" | "horizontalEnd" | "horizontalStart";
    };
    events: {};
}, {
    readonly id: `hint-${string}`;
}>;
//# sourceMappingURL=useFormFieldHint.d.ts.map