import type { ExternalSelectorProps } from '../types/props/ExternalSelectorProps.js'; import type { ExternalSelector } from '../types/ExternalSelector.js'; export declare const createExternalSelector: (props: ExternalSelectorProps) => ExternalSelector;