import React from 'react'; export declare const TaskStatusColumn: ({ status }: { status: string; }) => React.JSX.Element;