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