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