import * as React from 'react'; import { Dayjs } from '../../helpers/dayJsHelper'; import { IEditable, IHasCX, IHasRawProps, IHasForwardedRef } from '@epam/uui-core'; export declare const uuiYearSelection: { readonly container: "uui-year_selection-container"; readonly content: "uui-year_selection-content"; readonly yearsContainer: "uui-year_selection-years-container"; readonly yearsRow: "uui-year_selection-years-row"; readonly year: "uui-year_selection-year"; readonly currentYear: "uui-year_selection-current-year"; }; export interface YearSelectionProps extends IEditable, IHasCX, IHasRawProps>, IHasForwardedRef { selectedDate: Dayjs; } export declare function YearSelection(props: YearSelectionProps): React.JSX.Element; //# sourceMappingURL=YearSelection.d.ts.map