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