import React from 'react'; import type { TBLRCLayoutProps } from '../types'; /** * LTCBLayout * @param wrapClassName * @param wrapStyle * @param lProps * @param tProps * @param lSplit * @param tSplit * @param bProps * @param cProps * @param autoWrapProps * @param bSplit * @param autoInnerProps * @param props * @param ref * @constructor */ declare const LTCBLayout: React.NamedExoticComponent>; export default LTCBLayout;