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