declare const styles: {
    container: {
        flex: number;
    };
    row: {
        flexDirection: "row";
    };
    scrollContainer: {
        height: "100%";
    };
    waveformContainer: {
        backgroundColor: string;
        height: number;
        paddingVertical: number;
    };
    waveformInnerContainer: {
        alignItems: "center";
        flexDirection: "row";
        height: "100%";
    };
};
export default styles;
