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