import { APINode } from '../../APINode';
import type { NodeFactory } from '../$graph-editor/editor';
/**
 * This node displays the value of the input.
 */
export declare class AcousticSEMNode extends APINode {
    width: number;
    constructor({ factory }: {
        factory: NodeFactory;
    });
}
