import React from 'react';
export interface MonthsListProps {
    locale?: string;
    monthsListFormat?: string;
    year?: Date;
    minDate?: Date;
    maxDate?: Date;
    getMonthControlProps?(date: Date): Record<string, any>;
}
export declare function itSupportsMonthsListProps(Component: React.FC<MonthsListProps>, requiredProps?: Record<string, any>): void;
//# sourceMappingURL=it-supports-months-list-props.d.ts.map