import React from 'react';
export interface MonthTestProps {
    clearable?: boolean;
    clearButtonProps?: Record<string, any>;
    rightSection?: React.ReactNode;
}
export declare function itSupportsClearableProps(Component: React.FC<MonthTestProps>, requiredProps?: Record<string, any>): void;
//# sourceMappingURL=it-supports-clearable-props.d.ts.map