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