import { BoxProps } from '../Box'; import { PrismaneProps } from '../../types'; export type PortalProps = PrismaneProps<{ target?: React.RefObject | null; disabled?: boolean; }, BoxProps>; declare const Portal: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export default Portal; //# sourceMappingURL=Portal.d.ts.map