///
import PropTypes from 'prop-types';
export declare const Sizes: {
DEFAULT: string;
BIG: string;
};
export declare const RelationsIcon: {
({ color, size }: {
color?: string;
size?: string;
}): JSX.Element;
category: string;
propTypes: {
color: PropTypes.Requireable;
size: PropTypes.Requireable;
};
};