import { BoxProps } from '../Box'; export default function FailedIcon({ sx }: { sx?: BoxProps['sx']; }): JSX.Element;