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