importReactfrom'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)
*/exportdeclareconstGrid: React.FC<{
children: React.ReactNode;
}>;