/** * A util function to validate if the device * is indeed iPhone12 * * @returns boolean - true or false * @author TK * @remarks Sentics App */ /** End file docs */ export declare const isIphone12: () => boolean;