/// import './style'; export declare const ViewCell: ({ data, showType, relation }: { data: any; showType: any; relation: any; }) => JSX.Element;