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