import { ILocaleProps } from './locale';
export interface IConfigProps {
    prefixCls: string;
    locale: ILocaleProps;
}
