box-ui-elements-mlh
Version:
14 lines (13 loc) • 548 B
TypeScript
import { SVGProps } from '../components/accessible-svg/AccessibleSVG';
/**
* This is an auto-generated component and should not be edited
* manually in contributor pull requests.
*
* If you have problems with this component:
* - https://github.com/box/box-ui-elements/issues/new?template=Bug_report.md
*
* If there are missing features in this component:
* - https://github.com/box/box-ui-elements/issues/new?template=Feature_request.md
*/
declare const ErrorState404140: (props: SVGProps) => JSX.Element;
export default ErrorState404140;