declare const _default: {
    container: {};
    titleTextStyle: {
        fontWeight: "500";
        fontSize: number;
    };
    header: {
        flexDirection: "row";
        alignItems: "center";
    };
    titleContainer: {
        marginLeft: number;
    };
    iconContainer: {
        height: number;
        width: number;
        alignItems: "center";
        justifyContent: "center";
        backgroundColor: string;
        borderRadius: number;
    };
    iconImageStyle: {
        width: number;
        height: number;
        tintColor: string;
    };
    closeButton: {
        marginLeft: string;
    };
    closeButtonImageStyle: {
        width: number;
        height: number;
        tintColor: string;
    };
    descriptionContainer: {
        marginTop: number;
        marginLeft: number;
    };
    descriptionTextStyle: {
        color: string;
        lineHeight: number;
    };
};
export default _default;
