import { SVGProps } from 'react';

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

export { Zclassic as default };
