import { SVGProps } from 'react';

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

export { Maker as default };
