declare const _default: () => { width: number; height: number; }; /** * @returns {Object} Object with width and height of the viewport as it values, return false if it cannot find window/document. * @description Get width and height of the viewport. */ export default _default;