import React from 'react'; import type { TBLRCLayoutProps } from '../types'; /** * CBLayout * @param wrapClassName * @param wrapStyle * @param bProps * @param bSplit * @param cProps * @param props * @param ref * @constructor */ declare const CBLayout: React.NamedExoticComponent>; export default CBLayout;