import { IconProps } from '../lib';
declare function Suitcase(props: IconProps): JSX.Element;
export default Suitcase;
