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