declare module "@featherds/icon" { import { DefineComponent } from "vue"; const FeatherIcon: DefineComponent; export { FeatherIcon }; }