export declare const styles: {
    container: {
        display: string;
        flexDirection: string;
        rowGap: number;
        width: string;
    };
    point: {
        fontSize: number;
        lineHeight: number;
    };
};
