export declare const styles: {
    container: {
        alignItems: "center";
        justifyContent: "flex-start";
        flexDirection: "row";
        height: number;
        marginLeft: number;
        marginRight: number;
        width: number;
    };
    track: {
        backgroundColor: string;
        height: number;
        marginLeft: number;
    };
    fill: {
        backgroundColor: string;
        height: number;
    };
    handle: {
        position: "absolute";
        marginTop: number;
        marginLeft: number;
        padding: number;
    };
    icon: {
        marginLeft: number;
    };
};
