export interface IPortalProps { id?: string | symbol; } export declare const createPortalProvider: (id: string | symbol) => import("vue").DefineComponent<{ id: { type: StringConstructor; default: string | symbol; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { id: string; }, {}>; export declare function getPortalContext(id: string): any;