import { SVGProps } from 'react';

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

export { SmoothLovePotion as default };
