import { PopconfirmLocaleType } from '../ui/Popconfirm/interfaces';
export declare type DataTableType = {
    title: string;
} & PopconfirmLocaleType;
