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