import { SVGProps } from 'react';

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

export { Wax as default };
