import { IconProps } from '../lib';
declare function BriefcaseMetal({ weight, color, size, style }: IconProps): JSX.Element;
export default BriefcaseMetal;
