import { ComponentType } from "react"; declare function getSelector(comp: string | ComponentType): string; export default getSelector;