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