import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const NoSymbol: import("svelte").Component; type NoSymbol = ReturnType; export default NoSymbol; //# sourceMappingURL=no-symbol.svelte.d.ts.map