export type Item = { value: string; label?: string; }; export type VariableSelectorProps = { items?: Item[]; search?: string; select?: (detail: Item) => void; }; declare const VariableSelector: import("svelte").Component void; }, "">; export default VariableSelector;