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