import { DirectionAndDistance } from './AnimatedWrappers'; import { BoxProps } from './Box'; import { ClassNameInterface, IdInterface, OnClickOutsideInterface, TestId } from './utils'; export declare type MenuProps = {} & BoxProps & ClassNameInterface & DirectionAndDistance & IdInterface & OnClickOutsideInterface & TestId;