/// <reference types="react" />
import type { Props } from "./types";
declare const Svg: ({ animate, children, rowBorderRadius, rowHeight, rowOffset, rows, color, title, viewBox, height, maxHeight, width, ...props }: Props) => JSX.Element;
export default Svg;
