import { type ForwardedRef, type ReactElement } from "react"; import { type ScrollingAPI, type SelectionStrategy } from "../common-hooks"; import type { ListProps } from "./listTypes"; export declare const List: (props: ListProps & { ref?: ForwardedRef>; }) => ReactElement>;