import { FlowRemoteElement } from '../lib/FlowRemoteElement'; import { TunnelEntryProps as RemoteTunnelEntryElementProps } from '@mittwald/flow-react-components'; export type { TunnelEntryProps as RemoteTunnelEntryElementProps } from '@mittwald/flow-react-components'; export declare class RemoteTunnelEntryElement extends FlowRemoteElement { static get remoteAttributes(): string[]; static get remoteProperties(): { id: {}; staticEntryId: {}; }; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-tunnel-entry": InstanceType; } }