import React from 'react'; /** * Portal Host component - place this at the root of your app */ export declare const PortalHost: React.FC<{ children?: React.ReactNode; }>; /** * Portal component - renders children into the PortalHost */ export declare const Portal: React.FC<{ children: React.ReactNode; }>; //# sourceMappingURL=Portal.d.ts.map