import * as React from 'react'; import { type Dayjs } from '../../helpers'; import { IEditable, IHasCX, IHasRawProps, IHasForwardedRef } from '@epam/uui-core'; import type { JSX } from 'react'; export declare const uuiMonthSelection: { readonly container: "uui-month_selection-container"; readonly content: "uui-month_selection-content"; readonly monthContainer: "uui-month_selection-month-container"; readonly monthsRow: "uui-month_selection-months-row"; readonly month: "uui-month_selection-month"; readonly currentMonth: "uui-month_selection-current-month"; }; interface MonthSelectionProps extends IEditable, IHasCX, IHasRawProps>, IHasForwardedRef { selectedDate: Dayjs; } interface MonthSelectionProps extends IEditable, IHasCX, IHasRawProps>, IHasForwardedRef { selectedDate: Dayjs; } export declare function MonthSelection(props: MonthSelectionProps): JSX.Element; export {}; //# sourceMappingURL=MonthSelection.d.ts.map