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