import { RenderableProps } from "preact"; export declare function getOnlyChildAndChildren(props: RenderableProps): { child: JSX.Element | null; children: JSX.Element[]; };