import { SVGProps } from 'react'; declare const Maker: (props: SVGProps) => JSX.Element; export { Maker as default };