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