import { SVGProps } from 'react';

declare const Civic: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Civic as default };
