import * as React from 'react'; export declare const DataTableSelectAllRowsCheckbox: ({ label }: { label?: string; }) => React.JSX.Element;