/** * SelectDayView component * Renders a grid of buttons for selecting the day, with localized weekday labels. * @internal */ export declare const SelectDayView: { (): import("react").JSX.Element; displayName: string; }; //# sourceMappingURL=SelectDayView.d.ts.map