import type { ScanDir, Component } from './types'; export declare function scanComponents(dirs: ScanDir[], srcDir: string): Promise; export declare function matcher(tags: string[], components: Component[]): Component[];