import { JSONOutput } from 'typedoc';
import { YafHTMLElement } from '../../../index.js';
export declare class YafSignatureMapped extends YafHTMLElement<JSONOutput.MappedType> {
    onConnect(): void;
    private static factory;
}
