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