/// <reference types="react" />
declare const DaysOfWeek: ({ days }: {
    days: any;
}) => JSX.Element;
export default DaysOfWeek;
