/// declare type Props = { className?: string; title?: string; value?: string; source?: string; }; export declare const TitledColumn: (props: Props) => JSX.Element; export {};