/// <reference types="react" />
import { CronProps } from './types';
export default function Cron(props: CronProps): JSX.Element;
