import { ModalProps } from '@wix/design-system'; import React from 'react'; import { ModalState } from '@wix/bex-core'; export interface ModalWrapperProps extends Partial { state: ModalState; } declare function _ModalWrapper({ state, ...rest }: ModalWrapperProps): React.JSX.Element; export declare const ModalWrapper: typeof _ModalWrapper & { displayName: string; }; export {}; //# sourceMappingURL=CollectionModal.d.ts.map