import React from 'react'; import type { ActionSheetProps } from './type'; declare const _default: React.MemoExoticComponent<(props: ActionSheetProps) => JSX.Element>; export default _default;