import type { NeoSourceSelectorProps } from './neo-source-selector.model.js';
declare const NeoSourceSelector: import("svelte").Component<NeoSourceSelectorProps, {}, "ref" | "hovered" | "focused">;
type NeoSourceSelector = ReturnType<typeof NeoSourceSelector>;
export default NeoSourceSelector;