import { IDateLocale } from '@co-hooks/util';
export interface ILocaleProps {
    locale: string;
    date: IDateLocale;
    'color.custom': string;
    'empty.text': string;
    'input.placeholder': string;
    'textarea.placeholder': string;
    'modal.cancel': string;
    'modal.ok': string;
    'select.search.placeholder': string;
    'select.empty': string;
    'select.selected': string;
    'select.selected-count': string;
    'select.select-all': string;
    'select.placeholder': string;
    'select.clear': string;
    'tab.more': string;
}
