import { SimpleType } from "ts-simple-type"; import { Node, Type } from "typescript"; import { VisibilityKind } from "./chunk-visibility-kind-8314091f"; import { ComponentFeatureBase } from "./chunk-component-feature-b8a04bb4"; interface ComponentEvent extends ComponentFeatureBase { name: string; node: Node; type?: () => SimpleType | Type; typeHint?: string; visibility?: VisibilityKind; deprecated?: boolean | string; } export { ComponentEvent }; //# sourceMappingURL=chunk-component-event-8314091f.d.ts.map