import { FC } from "react"; export declare const InsertRestrictionsAnnotation: FC<{ hasPostOnCollection: boolean; requiredProperties: string[] | undefined; }>; //# sourceMappingURL=insert-restrictions-annotation.d.ts.map