import * as React from "react";
export interface PortalConfigContextValue {
    destinationQuery?: string;
}
declare const PortalConfigContext: React.Context<PortalConfigContextValue>;
export default PortalConfigContext;
