import { SVGProps } from 'react';

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

export { Serum as default };
