/// import { SxProps, Theme } from '@mui/material'; interface BrokenLinkIconProps { sx?: SxProps; } declare function BrokenLinkIcon({ sx }: BrokenLinkIconProps): JSX.Element; export { BrokenLinkIcon };