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