import React from 'react'; declare function GridRow({ children, attributes }: { children: any; attributes: any; }): React.JSX.Element; export default GridRow;