import { FC } from 'react'; interface ResourcesProps { id: string | number; resourceType: string; resourceTitle: string; resourceDetail: string; resourceTextDownload: string; resourceLink: string; targetBlank?: boolean; } export declare const Resources: FC; export {}; //# sourceMappingURL=Resources.d.ts.map