import InputOptionsSelect from "./InputOptionsSelect.svelte"; import type { RetrieveOptionText } from "./types"; export default InputOptionsSelect; export type { RetrieveOptionText };