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