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