import { FC } from "react"; export declare const ComputedAnnotation: FC<{ isComputed: boolean; }>; //# sourceMappingURL=computed-annotation.d.ts.map