import { TableOptions } from '../types'; export declare function Table(options?: TableOptions): ClassDecorator;