import { type SvgStringOpts } from '../../svgString'; export declare const TableSVG: (opts?: SvgStringOpts) => string; export default TableSVG;