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