import { FlowRemoteElement } from './lib/FlowRemoteElement'; export declare class RemoteSlotRootWrapper extends FlowRemoteElement { static get remoteAttributes(): never[]; static get remoteProperties(): {}; static get remoteEvents(): {}; static get remoteSlots(): never[]; } declare global { interface HTMLElementTagNameMap { "flr-slot-root-wrapper": InstanceType; } }