/** * esModuleInterop: true looks to work everywhere except * on snack.expo for some reason. Will revisit this later. */ import * as React from 'react'; import { IProps, IHandles } from './options'; export declare type ModalizeProps = IProps; export declare type Modalize = IHandles; export declare const Modalize: React.ForwardRefExoticComponent & React.RefAttributes React.ReactElement | null) | (new (props: any) => React.Component)> | React.ReactNodeArray | React.ReactPortal | undefined>>; export * from './utils/use-modalize';