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