import { NativeTheme } from '../../../shared/types/base-theme-types';
import type { ComprehensiveStyleProps } from '../../../shared/types/style-attributes.interfaces';
export declare const getStyleFromPropsNative: ({ backgroundColor, backgroundColorFromTheme, borderColorFromTheme, borderBottomWidth, borderTopWidth, borderLeftWidth, borderRightWidth, borderRadius, borderWidth, elevation, flex, flexDirection, height, marginLeft, marginRight, marginTop, marginBottom, margin, maxHeight, maxWidth, theme, minHeight, opacity, padding, paddingLeft, paddingTop, paddingRight, debug, style, width, }: ComprehensiveStyleProps<NativeTheme, number>) => string;
