export interface I_DATE_MODULE_CONFIG {
}
export interface I_SELECT_RANGE {
    from?: number;
    to?: number;
}
//# sourceMappingURL=type.d.ts.map