export interface IntervalDefaultValueProps { DSLCore: any; onChange?: (data?: string | any[]) => void; value?: any; boxName?: string; }