import type React from 'react';
export declare const CompSelectorRef: React.FC<{
    readonly children: React.ReactNode;
}>;
