import type { useUnifiedSelectionContext } from "@itwin/unified-selection-react";
/**
 * A hook that can be used to acquire the unified selection context, coming from the
 * optional `@itwin/unified-selection-react` peer dependency.
 *
 * @internal
 */
export declare function useOptionalUnifiedSelectionContext(): ReturnType<typeof useUnifiedSelectionContext>;
//# sourceMappingURL=UnifiedSelection.d.ts.map