import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { PopoverContentProps as RemotePopoverContentElementProps } from '@mittwald/flow-react-components'; export type { PopoverContentProps as RemotePopoverContentElementProps } from '@mittwald/flow-react-components'; export declare class RemotePopoverContentElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { className: {}; isDialogContent: {}; isOpen: {}; triggerRef: {}; width: {}; withTip: {}; }; static get remoteEvents(): { openChange: {}; }; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-popover-content": InstanceType; } }