import type { SwitchProps } from './types.ts';
declare const Switch: import("svelte").Component<SwitchProps, {}, "element" | "selected" | "inputElement">;
type Switch = ReturnType<typeof Switch>;
export default Switch;
