declare const styles: {
    candleContainer: {
        justifyContent: "center";
    };
    waveformCandle: {
        backgroundColor: string;
    };
    waveformCandleCompleted: {
        backgroundColor: string;
    };
};
export default styles;
