import { ViewStyle, TextStyle } from "react-native";
interface Style {
    contentContainer: ViewStyle;
    topRightTextStyle: TextStyle;
    bottomRightTextStyle: TextStyle;
    topRightContainer: ViewStyle;
    bottomRightContainer: ViewStyle;
    shadowStyle: ViewStyle;
}
export declare const _container: (containerHeight: number | undefined, iconDisable: boolean, borderRadius: number, backgroundColor: string) => ViewStyle;
declare const _default: Style;
export default _default;
