import {ButtonProps} from './index.type'; export declare const getStyle: ( configs: ButtonProps & { isPress?: boolean; }, ) => { button: | { minWidth: string | number; flexDirection: 'column' | 'row'; justifyContent: 'center'; alignItems: 'center'; alignSelf: 'center'; paddingHorizontal: number; borderRadius: number; borderWidth: number; height: number; } | { minWidth: string | number; flexDirection: 'column' | 'row'; justifyContent: 'center'; alignItems: 'center'; alignSelf: 'center'; paddingHorizontal: number; borderRadius: number; borderWidth: number; height: number; } | { minWidth: string | number; flexDirection: 'column' | 'row'; justifyContent: 'center'; alignItems: 'center'; alignSelf: 'center'; paddingHorizontal: number; borderRadius: number; borderWidth: number; height: number; } | { minWidth: string | number; flexDirection: 'column' | 'row'; justifyContent: 'center'; alignItems: 'center'; alignSelf: 'center'; paddingHorizontal: number; borderRadius: number; borderWidth: number; height: number; }; icon: | { marginRight: number; marginLeft: number; width: number; height: number; } | { marginRight: number; marginLeft: number; width: number; height: number; } | { marginRight: number; marginLeft: number; width: number; height: number; } | { marginRight: number; marginLeft: number; width: number; height: number; }; text: | { fontWeight: '500'; fontSize: number; lineHeight: number; color: string; } | { fontWeight: '500'; fontSize: number; lineHeight: number; color: string; } | { fontWeight: '500'; fontSize: number; lineHeight: number; color: string; } | { fontWeight: '500'; fontSize: number; lineHeight: number; color: string; }; subText: | { 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; color: string; }; };