import React from 'react'; import { IconProps } from '../lib'; declare function IdentificationBadge({ weight, color, size, style, mirrored }: IconProps): React.JSX.Element; export default IdentificationBadge; //# sourceMappingURL=IdentificationBadge.d.ts.map