export function ViewCell({ data, showType, relation }: { data: any; showType: any; relation: any; }): JSX.Element;