import type { TableUserConfig } from './types/api'; export declare const table: (data: ReadonlyArray, userConfig?: TableUserConfig) => string;