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