/** * @jsxRuntime classic * @jsx jsx */ import { type MenuProps } from '@atlaskit/select'; /** * This is the menu used in the select of the date picker. */ export declare const Menu: ({ selectProps, innerProps }: MenuProps) => JSX.Element;