import React from 'react';
import { DefaultIconProps } from './types.js';
declare function _Error({ color, ...rest }: DefaultIconProps): React.JSX.Element;
export declare const ErrorIcon: React.MemoExoticComponent<typeof _Error>;
export {};
//# sourceMappingURL=Error.d.ts.map