export declare const SVG: import("styled-components").StyledComponent<"svg", any, { height: string | number; width: string | number; fill: string; role: "graphics-symbol"; }, "role" | "height" | "width" | "fill">;