import { FC } from "react";
import * as PopoverPrimitive from "@radix-ui/react-popover";
export declare namespace AssistantModalPrimitiveRoot {
    type Props = PopoverPrimitive.PopoverProps & {
        unstable_openOnRunStart?: boolean | undefined;
    };
}
export declare const AssistantModalPrimitiveRoot: FC<AssistantModalPrimitiveRoot.Props>;
//# sourceMappingURL=AssistantModalRoot.d.ts.map