import { forwardRef, SVGProps } from 'react'; export interface MegaphoneProps extends Omit, 'css'> {} export const Megaphone = forwardRef((props, ref) => ( )); Megaphone.displayName = 'Megaphone';