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