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