declare const sign_stop_lights: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default sign_stop_lights;