import type { PropsWithChildren, Ref } from 'react';
declare function Items({ children }: PropsWithChildren<Record<string, unknown>>, ref: Ref<HTMLUListElement>): JSX.Element | null;
export default Items;
