export declare class CTable { cssPrefix: string; el: HTMLElement; size: string; separator: string; headerPosition: string; componentWillLoad(): void; componentDidLoad(): void; render(): any; }