import { ViewStyle, ImageStyle, TextStyle } from 'react-native';
interface Style {
    container: ViewStyle;
    imageStyle: ImageStyle;
}
export declare const _buttonStyle: (height: number, width: number, backgroundColor: string, activeBackgroundColor: string, isActive: boolean) => ViewStyle;
export declare const _innerContainerStyle: (height: number, width: number, backgroundColor: string) => ViewStyle;
export declare const _textStyle: (inActiveTextColor: string, activeTextColor: string, isActive: boolean) => TextStyle;
export declare const _innerTextStyle: (innerActiveTextColor: string, innerInActiveTextColor: string, isActive: boolean) => TextStyle;
declare const _default: Style;
export default _default;
