import React from 'react'; import { ColumnProps } from '@cb-general/core/Table'; declare type Props = ColumnProps & { component?: React.ElementType; }; export declare function LabeledColumn(props: Props): JSX.Element; export {};