/**
 * Get the width and height of the device screen.
 * @returns {ScaledSize} - the width and height of the device screen.
 */
declare const width: number, height: number;
export { height, width };
