/// import { SvgIconProps } from '@mui/material/SvgIcon'; interface IconProps extends SvgIconProps { } export default function BridgeIcon({ sx, ...props }: IconProps): JSX.Element; export {};