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