import type { FC } from "react"; export interface WeekdayProps { value: string; } export declare const Weekday: FC;