export declare const styles: {
    container: {
        alignSelf: "stretch";
        height: number;
        marginLeft: number;
        marginRight: number;
    };
    track: {
        backgroundColor: string;
        height: number;
        position: "relative";
        top: number;
        width: string;
    };
    fill: {
        backgroundColor: string;
        height: number;
        width: string;
    };
    handle: {
        position: "absolute";
        marginLeft: number;
        height: number;
        width: number;
    };
    circle: {
        borderRadius: number;
        position: "relative";
        top: number;
        left: number;
        height: number;
        width: number;
    };
};
