/// import { CronProps } from './types'; import './styles.css'; export default function Cron(props: CronProps): JSX.Element;