import { DayScope } from './day-scope'; import { YearScope } from './year-scope'; import { MonthScope } from './month-scope'; export declare const DEFAULT_SCOPES: { array: (DayScope | YearScope | MonthScope)[]; initial: DayScope | YearScope | MonthScope; };