import { Audio, ContentTemplate, Excel, Folder, GenericFile, Image, Page, PageContent, Pdf, Powerpoint, Site, Video, Word } from '.'; declare const MatrixResourceMap: { audio_file: typeof Audio; content_template: typeof ContentTemplate; excel_doc: typeof Excel; folder: typeof Folder; generic_file: typeof GenericFile; image: typeof Image; page_content: typeof PageContent; page_standard: typeof Page; pdf_file: typeof Pdf; powerpoint_doc: typeof Powerpoint; site: typeof Site; video_file: typeof Video; word_doc: typeof Word; }; export default MatrixResourceMap;