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