import { ElementNode, Text } from '../'; export declare function isEmpty({ children, }: { children: (ElementNode | Text)[]; }): boolean;