import { Resource } from '../types/resources'; export declare function getResourceFormatIconSvg(resource: Resource): string | null; export declare function getResourceTitleId(resource: Resource): string; //# sourceMappingURL=resources.d.ts.map