UNPKG

test-library-id

Version:

A nice greeter

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