import React from 'react'; export default function FNumber(props: { start: number; num: number; second?: number; }): React.JSX.Element;