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