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