/// export interface ListProperties { title?: string; children: JSX.Element | JSX.Element[]; optionsRef?: React.MutableRefObject; }