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