import { Emitter } from '../emitter.js'; import { Scope } from '../scope.js'; export interface SlotInfo { e: Emitter; n: Record; s: Scope; } export declare const defineSlotComponent: (name?: string) => void; //# sourceMappingURL=slot-like.d.ts.map