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