import { PortalProps, ApplicationState, FrameProps } from '../types'; declare const getPortalProps: (getState: () => ApplicationState, frame: FrameProps) => PortalProps; export default getPortalProps; //# sourceMappingURL=getPortalProps.d.ts.map