import { ToReact } from './helpers.types'; import { ZTable } from '../table'; export type ZrTable_Props = ToReact<'Table'>; type ZrTable_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrTable_Type; export { Namespace as ZrTable };