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