/** * SelectDayView component * Renders a grid of buttons for selecting the day, with localized weekday labels */ export declare const SelectDayView: { (): import("react/jsx-runtime.js").JSX.Element; displayName: string; };