import { FC } from "react"; import { AlternateKeyProperty } from "../entities/model.js"; export declare const AlternateKeysAnnotation: FC<{ alternateKeys: AlternateKeyProperty[]; }>; //# sourceMappingURL=alternate-keys-annotation.d.ts.map