import React from "react";
export interface PortalProps {
    className?: string;
    height?: number;
    style?: React.CSSProperties;
    viewBox?: string;
    width?: number;
}
export declare const Portal: React.ForwardRefExoticComponent<PortalProps & React.RefAttributes<SVGSVGElement>>;
//# sourceMappingURL=portal.d.ts.map