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