interface Props { size?: number; [key: string]: any; } declare const IconFront: import("svelte").Component; type IconFront = ReturnType; export default IconFront;