import * as React from "react"; interface SVGRProps { title?: string; titleId?: string; } declare function SvgKangaroo({ title, titleId, ...props }: React.SVGProps & SVGRProps): JSX.Element; declare const MemoSvgKangaroo: React.MemoExoticComponent; export default MemoSvgKangaroo; //# sourceMappingURL=Kangaroo.d.ts.map