import React from "react";
import { GuiInputPopoverProps } from "./GuiInputPopover.type";
export declare const GuiInputPopover: React.FC<GuiInputPopoverProps>;
export default GuiInputPopover;
