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