declare const widthPercentageToDP: (widthPercent: any) => number; declare const heightPercentageToDP: (heightPercent: any) => number; export { widthPercentageToDP as WP, heightPercentageToDP as HP };