import type { ComponentMeta } from 'nuxt-studio/app'; export declare function filterComponents(components: T[], options: { include?: string[]; exclude?: string[]; }): T[];