import { SelectorEntity } from './selector';
export declare function renderEntity(entity: SelectorEntity): string;
