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