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