import { SVGProps } from 'react';

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

export { Beam as default };
