import * as React from 'react'; import { Text } from '../text/Text'; export declare const DataTableMetaData: ({ copy, ...rest }: React.ComponentProps & { copy?: { sorted_by?: string; ascending?: string; descending?: string; separator?: string; }; sortLabel?: string; }) => React.JSX.Element;