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