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