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