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