import { PlatformOSType } from "react-native"; declare type PlatformFunctionString = string; export declare const platformSelect: (value: Partial> | PlatformFunctionString) => string; export declare const platformColor: (color: PlatformFunctionString) => string; export declare const hairlineWidth: () => string; export declare const pixelRatio: (v: number | Record | PlatformFunctionString) => string; export declare const fontScale: (v: number | Record | PlatformFunctionString) => string; export declare const getPixelSizeForLayoutSize: (n: number | PlatformFunctionString) => string; export declare const roundToNearestPixel: (n: number | PlatformFunctionString) => string; export {};