///
import { type ElementProps } from '../../../../types';
export type PortalProps = ElementProps<'div', React.PropsWithChildren<{
asChild?: boolean;
target?: Element | null | (() => Element | null);
}>>;
export declare const Portal: import("react").ForwardRefExoticComponent, HTMLDivElement>, "ref">, "children">, "children" | "target" | "asChild"> & {
asChild?: boolean | undefined;
target?: Element | (() => Element | null) | null | undefined;
} & {
children?: import("react").ReactNode;
} & import("react").RefAttributes>;
//# sourceMappingURL=Portal.d.ts.map