import React from 'react';
export declare const useSelectAllTrap: <T extends HTMLElement>() => React.MutableRefObject<T | null>;
