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