import {LabelProps} from './index.type'; export declare const getStyle: ( configs: LabelProps, ) => { labelView: { flex: number; flexDirection: 'row'; alignItems: 'center'; justifyContent: 'space-between' | 'flex-start'; flexWrap: 'nowrap' | 'wrap'; }; main: | { fontSize: number; lineHeight: number; color: string; fontWeight: '500'; flex: number; textAlignVertical: 'bottom'; } | { fontSize: number; lineHeight: number; color: string; fontWeight: '500'; flex: number; textAlignVertical: 'bottom'; } | { fontSize: number; lineHeight: number; color: string; fontWeight: '500'; flex: number; textAlignVertical: 'bottom'; }; optional: | { alignSelf: 'flex-end'; marginLeft: number; fontSize: number; lineHeight: number; color: string; fontWeight: '400'; } | { alignSelf: 'flex-end'; marginLeft: number; fontSize: number; lineHeight: number; color: string; fontWeight: '400'; } | { alignSelf: 'flex-end'; marginLeft: number; fontSize: number; lineHeight: number; color: string; fontWeight: '400'; }; required: | { marginLeft: number; fontSize: number; lineHeight: number; color: string; fontWeight: '400'; } | { marginLeft: number; fontSize: number; lineHeight: number; color: string; fontWeight: '400'; } | { marginLeft: number; fontSize: number; lineHeight: number; color: string; fontWeight: '400'; }; icon: { tintColor: string; width: number; height: number; marginLeft: number; }; };