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