import React from 'react'; /** * @deprecated This component is deprecated and can be recreated using CSS only. See [Grid](https://developer.volvocars.com/design-system/web/?path=/docs/layout-grid--docs) */ export declare const Grid: React.FC<{ children: React.ReactNode; }>;