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