import { JSONOutput } from 'typedoc';
import { YafHTMLElement } from '../../../index.js';
export declare class YafContentSignatureIntrinsic extends YafHTMLElement<JSONOutput.IntrinsicType> {
    onConnect(): void;
}
