import { LitElement } from 'lit'; import { InternalsAttachedInterface } from './internals-attached.js'; export declare class FocusDelegatedInterface { } export declare const FocusDelegated: >(superClass: T) => Constructor & T;