import React from 'react';
declare type PortalProps = {
    children: React.ReactNode;
    type: string;
};
export declare const Portal: React.FC<PortalProps>;
export {};
