export default YearDropdown; declare function YearDropdown({ className, date, onChange, ariaLabel, ariaLabelledBy, }: { className: any; date: any; onChange: any; ariaLabel: any; ariaLabelledBy: any; }): React.JSX.Element; declare namespace YearDropdown { namespace propTypes { let className: PropTypes.Requireable; let date: PropTypes.Validator; let onChange: PropTypes.Validator<(...args: any[]) => any>; let ariaLabel: PropTypes.Requireable; let ariaLabelledBy: PropTypes.Requireable; } } import React from 'react'; import PropTypes from 'prop-types'; //# sourceMappingURL=YearDropdown.d.ts.map