/** * A util function to validate if the device * orientation is Portrait or Landscape * * @returns boolean - true or false * @author TK * @remarks React Native Commons Collection */ /** End file docs */ export declare const isLandscape: () => boolean;