import { ComponentInfo, ComponentType } from './types'; export declare const findComponentRegistrations: (srcDir: string) => ComponentInfo[]; export declare const detectComponentType: (propsType: any, checker: any) => ComponentType; //# sourceMappingURL=scan.d.ts.map