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