import React from 'react';
export interface NotListedLocationProps {
    size?: 'xs' | 'sm' | 'md' | 'lg' | 'xl' | number;
    color?: string;
    className?: string;
    style?: React.CSSProperties;
}
export declare const NotListedLocation: React.FC<NotListedLocationProps>;
//# sourceMappingURL=NotListedLocation.web.d.ts.map