import { S3ResourceSelectorProps } from '../interfaces'; import { TableProps } from '../../table/interfaces'; export declare function includes(array: ReadonlyArray | undefined, item: T): boolean; export declare const compareDates: (itemA: string | undefined, itemB: string | undefined) => number; export declare function getColumnAriaLabel(i18nStrings?: Pick, columnName?: string): ({ sorted, descending }: TableProps.LabelData) => string; //# sourceMappingURL=table-utils.d.ts.map