import * as React from 'react'; import { Layout, Cell } from '..'; function LayoutWithMandatoryProps() { return ( ); } function LayoutWithAllProps() { return ( ); }