import { CanvasSystemIcon } from '@workday/design-assets-types';
/**
 * Adds the necessary props to a `Icon` component.
 * Used by the Banner.Icon subcomponent
 */
export declare const useBannerIcon: import("@workday/canvas-kit-react/common").BehaviorHook<{
    state: {
        id: string;
        hasError: boolean;
        isSticky: boolean;
    };
    events: {};
}, {
    readonly icon: CanvasSystemIcon;
    readonly size: 20;
}>;
//# sourceMappingURL=useBannerIcon.d.ts.map