/// interface IDaysProps { start: number; } declare const Days: ({ start }: IDaysProps) => JSX.Element; export default Days; //# sourceMappingURL=Days.d.ts.map