import { Props, TableBlock } from '../interfaces'; import './index.pcss'; export declare function table({ data }: Props): string;