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