import { IntlShape } from 'react-intl'; import { Texts } from '../DatePicker.types'; export declare const getDefaultTexts: (intl: IntlShape, texts?: Partial) => Texts;