import React from "react"; type RealGridRowProps = React.HTMLAttributes; export default function RealGridRow({ ...props }: RealGridRowProps): React.JSX.Element; export {};