import { PopoverImplProps } from './popover-impl'; import { FloatingProps } from './floating'; type PopoverProps = PopoverImplProps & { floating?: boolean; } & FloatingProps; export declare const Popover: import("@builder.io/qwik").Component; export {};