/// declare type IProps = { mainType?: string; mainTypeId?: string; relType?: string; component: any; queryName: string; itemsQuery: string; data?: any; collapseCallback?: () => void; alreadyItems?: any; }; declare const _default: (props: IProps) => JSX.Element; export default _default; //# sourceMappingURL=GetConformity.d.ts.map