/**
 * Adds the necessary props to a `Label` component.
 * Used by the Banner.Label subcomponent
 */
export declare const useBannerLabel: import("@workday/canvas-kit-react/common").BehaviorHook<{
    state: {
        id: string;
        hasError: boolean;
        isSticky: boolean;
    };
    events: {};
}, {
    readonly id: `label-${string}`;
}>;
//# sourceMappingURL=useBannerLabel.d.ts.map