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