/** * A util function to get height of the * device bottom space * * @returns number - 34 * @author TK * @remarks React Native Commons Collection */ /** End file docs */ export declare const getBottomSpace: () => number;