import React from 'react'; import type { TBLRCLayoutProps } from '../types'; /** * TCRLayout * @param lProps * @param tProps * @param cProps * @param autoWrapProps * @param autoInnerProps * @param props * @param ref * @constructor */ declare const TCRLayout: React.NamedExoticComponent>; export default TCRLayout;