import type { PropsWithChildren } from 'react'; import type { ModalProps as BaseModalProps } from '@shopify/admin-ui-extensions'; export type ModalProps = PropsWithChildren; export { Modal } from './Modal'; //# sourceMappingURL=index.d.ts.map