/// import { LmDatepickerProps } from './datepickerTypes'; export declare function LmDatepicker({ numberOfMonths, isRangePicker, onChange, labelFunctions, startDate, endDate, required, error, helperText, label, labelProps, labelInline, }: LmDatepickerProps): JSX.Element; //# sourceMappingURL=LmDatepicker.native.d.ts.map