import * as React from 'react'; import { RenderProps } from "../../../../types/op-table"; export default function Code(props: RenderProps): React.JSX.Element;