import { WangsIcons } from '../components/icon/Icon.vue.d'; /** * * @param filename {string} * @returns */ declare const getAttachmentIcon: (filename: string) => WangsIcons; export default getAttachmentIcon;