import { WithStyle } from '@medly-components/utils'; import type { FC } from 'react'; import { MonthAndYearSelectionProps } from './types'; export declare const MonthAndYearSelection: FC & WithStyle;