import React from 'react'; import { ThemeType } from '../../types'; interface WeekDaysProps { days: string[]; theme: ThemeType; } declare const _default: React.NamedExoticComponent; export default _default;