import { type SelectorProps } from './selector.types.js'; export declare function Selector(props: SelectorProps): import("react/jsx-runtime").JSX.Element | undefined;