import React from 'react'; import { WeekPickerProps } from './types'; /** * WeekPicker Component * * A week picker component for selecting a week of the year. * Displays week numbers and allows week-based selection. * * @example * // Basic week picker * * * @example * // Custom week format * * * @example * // Week picker with constraints * */ declare const WeekPicker: React.ForwardRefExoticComponent>; export default WeekPicker; //# sourceMappingURL=WeekPicker.d.ts.map