declare const _default: {
    locale: string;
    common: {
        searchPlaceholder: string;
        noData: string;
        noRecordsFound: string;
        btnConfirm: string;
        loading: string;
        checkAll: string;
        btnOk: string;
    };
    datePicker: {
        today: string;
        clear: string;
        daysOfWeek: string[];
        monthsOfYear: string[];
    };
    pagination: {
        totalItem: string;
        goTo: string;
        pageSize: string;
    };
    upload: {
        upload: string;
        chooseFile: string;
        chooseFiles: string;
        preload: string;
        uploading: string;
        uploaded: string;
        uploadFailed: string;
        delete: string;
        getNotAllowedFileTypeMsg(filename: any, scope: any): string;
        getBeyondMaximalFileSizeMsg(filename: any, maximalSize: any): string;
        getExistSameNameFilesMsg(sameNames: any): string;
    };
    modal: {
        warning: string;
        error: string;
        info: string;
    };
};
export default _default;
