import * as React from 'react';
import type { SharedDropdownProps } from './types';
export type ActionSheetDropdownProps = Omit<SharedDropdownProps, 'popupDirection' | 'popupOffsetDistance' | 'placement'>;
export declare const ActionSheetDropdownSheet: ({ children, closing, toggleRef, className, onClick, allowClickPropagation, ...restProps }: SharedDropdownProps) => React.ReactNode;
//# sourceMappingURL=ActionSheetDropdownSheet.d.ts.map