export declare const getComponentPathInfo: (compName: any, rootPath: any, componentsPath: any) => {
    componentDir: string;
    sourceDir: any;
    symbol: any;
};
