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