import React from 'react';
import { SchemaApi } from '../../../../../../..';
interface LeftAreaProps {
    subSchemaApi?: SchemaApi;
    subordinateQuantity?: number;
    colHide?: boolean;
    colSpan?: number;
    checked: boolean;
    primaryElevae: number;
    subordinateElevae: number;
    trClick: any;
    primaryKey: any;
}
declare const LeftArea: React.FC<LeftAreaProps>;
export { LeftArea };
