export declare function isElementRef(input: string): boolean; export declare function isSelector(input: string): boolean; export declare function toElementTarget(input: string): { selector: string; } | { ref: string; }; //# sourceMappingURL=selector.d.ts.map