import { ComponentFeatureBase } from "./chunk-component-feature-b8a04bb4"; interface ComponentSlot extends ComponentFeatureBase { name?: string; permittedTagNames?: string[]; } export { ComponentSlot }; //# sourceMappingURL=chunk-component-slot-b8a04bb4.d.ts.map