declare const Unsupported: import("svelte").Component<{
    raw: any;
}, {}, "">;
type Unsupported = ReturnType<typeof Unsupported>;
export default Unsupported;
