import { h } from '../../stencil-public-runtime'; export declare class SceneTreeTableColumn { /** * The initial width of this column. */ initialWidth?: number; /** * The minimum width of this column. */ minWidth?: number; /** * The maximum width of this column. */ maxWidth?: number; render(): h.JSX.IntrinsicElements; }