import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { OverlayContentProps as RemoteOverlayContentElementProps } from '@mittwald/flow-react-components'; export type { OverlayContentProps as RemoteOverlayContentElementProps } from '@mittwald/flow-react-components'; export declare class RemoteOverlayContentElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { "aria-labelledby": {}; className: {}; isDismissable: {}; isOpen: {}; }; static get remoteEvents(): { openChange: {}; }; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-overlay-content": InstanceType; } }