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