/** * Image.ts * * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT license. * * Constants for images. */ import { ImageResizeMode } from './Types'; export declare const DEFAULT_RESIZE_MODE: ImageResizeMode;