import * as React from "react";
export declare const Popover: (props: React.PropsWithChildren<{
    id: string;
}>) => React.JSX.Element;
