/// <reference types="react" />
declare const BagSimple: (props: any, ref: any) => JSX.Element;
export default BagSimple;
