import { type HTMLAttributes } from "vue";
/**
* Just a very simple wrapper for wrapping unplugin-icons in an inline-block div so the icon in the slot take's up a normal line height when it's alone.
*
* ```vue
*
* ``
*/
declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
default?(_: {}): any;
}>;
export default _default;
interface Props extends
/** @vue-ignore */
Partial> {
}
type __VLS_WithTemplateSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=Icon.vue.d.ts.map