import {HelperProps} from './index.type'; export declare const getStyle: ( configs: HelperProps, ) => { helperView: { flexDirection: 'row'; alignItems: 'center'; }; text: | { color: string; fontWeight: '400'; fontSize: number; lineHeight: number; } | { color: string; fontWeight: '400'; fontSize: number; lineHeight: number; } | { color: string; fontWeight: '400'; fontSize: number; lineHeight: number; } | { color: string; fontWeight: '400'; fontSize: number; lineHeight: number; }; icon: | { tintColor: string; marginRight: number; width: number; height: number; } | { tintColor: string; marginRight: number; width: number; height: number; }; };