type $$ComponentProps = { size?: number; }; declare const IconXmark: import("svelte").Component<$$ComponentProps, {}, "">; type IconXmark = ReturnType; export default IconXmark; //# sourceMappingURL=IconXmark.svelte.d.ts.map