import { z } from 'zod'; import { Aether } from '../../aether'; import { range } from './aether'; interface AnnotationProps extends z.input, Aether.ComponentProps { } export declare const Annotation: ({ aetherKey, ...rest }: AnnotationProps) => null; export {}; //# sourceMappingURL=Annotation.d.ts.map