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