/// export type { ActionSheetProps, ActionSheetCssVars } from './ActionSheet'; export type { ActionSheetItemProps } from './ActionSheetItem'; declare const _default: import("react").ForwardRefExoticComponent> & { show: (props: Omit) => import("../utils/dom").ImperativeHandler; }; export default _default;