Dash Dbc Components Layout Question

I have a question to a layout scenario. I want a Row where two column elemnts are always at the beginning of the row without spacing. And three columns always at the end of the row without space. How would I achieve this. Here an example. Width is given in the brackets.

Row [Column(2), Column(7), Space…,Column(auto),Column(auto),Column(auto)]

Best regards!