import * as _nuxt_schema from '@nuxt/schema'; interface ModuleOptions { /** * Directory with `.svg` icons which will be bundled into icon set. * * @default "assets/icons" */ iconsDir: string; /** * Directory **relative** to the `/public` Nuxt directory for static assets generated by this module. * * @default "_my-icons" */ publicDir: string; } declare const _default: _nuxt_schema.NuxtModule; export { _default as default }; export type { ModuleOptions };