import { type ReactNode } from 'react'; import { type DayOfWeek } from 'weekstart'; /** @internal */ export declare function Weekdays({ weekStartsOn, configuredTimezone, }: Readonly<{ weekStartsOn: DayOfWeek; configuredTimezone: string; }>): ReactNode;