/// import { RowRendererProps } from "../types/renderers"; export declare function DefaultRow({ node, attrs, innerRef, children, }: RowRendererProps): JSX.Element;