import * as React from 'react'; import type { SharedDropdownProps } from './types'; export declare const ActionSheetDropdownSheet: ({ getRootRef, children, closing, toggleRef, className, onClick, allowClickPropagation, onClose: onCloseProp, autoFocus, restoreFocus, disabled, timeout, ...restProps }: SharedDropdownProps) => React.ReactNode; //# sourceMappingURL=ActionSheetDropdownSheet.d.ts.map