import { YafSignatureReflection } from '../../../types/types.js';
import { YafHTMLElement } from '../../index.js';
export declare class YafSignatureBody extends YafHTMLElement<YafSignatureReflection> {
    onConnect(): void;
    private static factory;
}
