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