import * as React from 'react';
import { Icon } from '../iconTypes';
declare const LocationErrorState: ({ className, color, height, opacity, title, width, }: Icon) => React.JSX.Element;
export default LocationErrorState;
