import { Children } from "@alloy-js/core/jsx-runtime"; export interface AnnotationProps { type: Children; value?: Record; } /** * Use an annotation in code, not declaring a new annotation. * For instance, use this if you want to annotate a method with '\@Override'. */ export declare function Annotation(props: AnnotationProps): Children; //# sourceMappingURL=Annotation.d.ts.map