import { Property } from 'csstype'; import { TLength } from './typings'; export declare const borderCollapse: import("./typings").CssProperty; export declare const borderSpacing: import("./typings").CssProperty>; export declare const captionSide: import("./typings").CssProperty; export declare const emptyCells: import("./typings").CssProperty; export declare const tableLayout: import("./typings").CssProperty; export declare const verticalAlign: import("./typings").CssProperty>;