import React from 'react'; import { MonthPickerProps } from './types'; /** * MonthPicker Component * * A month picker component for selecting month and year. * * @example * // Basic month picker * * * @example * // Custom month format * * * @example * // Month picker with min/max constraints * */ declare const MonthPicker: React.ForwardRefExoticComponent>; export default MonthPicker; //# sourceMappingURL=MonthPicker.d.ts.map