/** * SelectMonthLabel component * Renders the formatted label for the select month view. * @internal */ export declare const SelectMonthLabel: { (): import("react/jsx-runtime").JSX.Element; displayName: string; };