import { FC } from "react"; export declare const ExpandRestrictionsAnnotation: FC<{ hasExpandOnCollectionOrResource: boolean; nonExpandableProperties: string[] | undefined; }>; //# sourceMappingURL=expand-restrictions-annotation.d.ts.map