import * as React from 'react'; import type { SharedDropdownProps } from './types'; export declare const ActionSheetDropdownMenu: ({ children, toggleRef, closing, onClose, className, style, popupOffsetDistance, placement, onAnimationStart, onAnimationEnd, allowClickPropagation, onClick, ...restProps }: SharedDropdownProps) => React.ReactNode; //# sourceMappingURL=ActionSheetDropdownMenu.d.ts.map