import type { HTMLAttributes } from '../html-attributes.js'; export type XProps = HTMLAttributes<'svg', 'children'>; declare const X: import("svelte").Component; type X = ReturnType; export default X;