import React from "react";
export interface VictoryPortalProps {
    children: React.ReactElement;
    groupComponent?: React.ReactElement;
}
export declare const VictoryPortal: {
    (initialProps: VictoryPortalProps): any;
    role: string;
};
//# sourceMappingURL=victory-portal.d.ts.map