/// <reference types="react" />
interface WeekHeaderProps {
    daysShort: string[];
    testId?: string;
}
declare const WeekHeader: import("react").NamedExoticComponent<WeekHeaderProps>;
export default WeekHeader;
