import { ComponentChild } from "preact"; type Props = { children: Array; }; declare const ResizableRows: ({ children }: Props) => import("preact").JSX.Element; export default ResizableRows;