import React from 'react';
declare const CnLayoutCell: {
    (props: any): React.JSX.Element;
    displayName: string;
};
export default CnLayoutCell;
export { CnLayoutCell };
