/**
 * 自定义 crud 组件
 * 固定 table height 存在BUG，需要其他方式支持
 */
import React from 'react';
import { LibCssProps } from "../lib_css";
export declare type LibCrudProps = LibCssProps;
export declare class LibCrud extends React.Component<LibCrudProps> {
    render(): JSX.Element;
}
