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