import React from 'react';
import { CSmartTableProps } from './CSmartTableInterface';
export declare const CSmartTable: React.ForwardRefExoticComponent<CSmartTableProps & React.RefAttributes<HTMLDivElement>>;
