import React, { type PropsWithChildren } from "react"; export declare function DataTableContainer(props: PropsWithChildren>): React.JSX.Element;