UNPKG

id-components

Version:
6 lines (5 loc) 146 B
interface IFill { fill: string; } export declare const Svg: import("styled-components").StyledComponent<"svg", any, IFill, never>; export {};