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