import type { HTMLElementProps } from '../types';
declare const Switch: import("svelte").Component<HTMLElementProps, {}, "ref">;
type Switch = ReturnType<typeof Switch>;
export default Switch;
