import { NodeGenerator, IScope } from '../types'; export declare function generateJsSlot(slot: any, scope: IScope, generator: NodeGenerator): string;