import { FC } from "react";
import "react-js-cron/dist/styles.css";
import './index.less';
declare const Cron: FC<{
    value?: string;
    onChange?: (v: string) => void;
}>;
export default Cron;
