import { FunctionComponent } from 'react';
interface MonthlyCronProp {
    onChange(e?: string[]): void;
    value: string[];
    translate(e: string): string;
    disabled?: boolean;
    isUnix?: boolean;
}
declare const MonthlyCron: FunctionComponent<MonthlyCronProp>;
export default MonthlyCron;
//# sourceMappingURL=monthly.d.ts.map