import React from "react"; import type { DataListProps } from "../DataList/types.js"; export declare const DataListWithSections: (propsInput: DataListProps) => React.JSX.Element;