/** * Returns the internally filtered items. * Treat the result as read-only: it is internal state and may be a shared frozen array. */ export declare function useFilteredItems(): T[];