import { Component } from "../types"; export declare function findSelector(ts: string): string; export declare function createComponent(path: string): Component; export declare function getComponentsFromProject(projectLocation: string, components?: Component[]): Component[];