import React from 'react'; export type PopperProps = React.PropsWithChildren; export declare function Popper({ children }: PopperProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Popper.d.ts.map