import type { ControlInteractionRegistry } from '../control-interaction.js'; type $$ComponentProps = { registry: ControlInteractionRegistry; required?: boolean; }; declare const SelectInteraction: import("svelte").Component<$$ComponentProps, {}, "">; type SelectInteraction = ReturnType; export default SelectInteraction; //# sourceMappingURL=select-interaction.fixture.svelte.d.ts.map