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