import { LmSelectProps } from '../../../form/LmSelect'; export type InputSelectorProps = Omit; export type DaysForLocaleProps = { localeName?: string; month?: 'short' | 'long' | 'narrow' | 'numeric' | '2-digit'; }; //# sourceMappingURL=dateSelectionTypes.d.ts.map