import type { FC } from 'react'; import './index.less'; interface MaterialProps { type?: string; clickInject?: boolean; } export declare type TabType = 'fileRes' | 'icon' | 'image' | 'poster'; declare const Material: FC; export default Material;