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