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