import * as _nuxt_schema from '@nuxt/schema';

interface ModuleOptions {
    /**
     * Used to set the prefix for Portalis components
     * @default 'Portalis-'
     */
    prefix?: string;
    /**
     * Used to decide whether components should be registered globally or not
     * @default false
     */
    global?: boolean;
    /**
     * Used display debug logs of the module in the console
     * @default false
     */
    debugLog?: boolean;
}
declare const _default: _nuxt_schema.NuxtModule<ModuleOptions>;

export { type ModuleOptions, _default as default };
