import { SVGProps } from 'react';

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

export { Akropolis as default };
