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