import React from 'react'; export type PropsFromHTMLElementWithoutStyle = Omit, 'style'>; export type PropsFromHTMLDivElementWithoutStyle = Omit, 'style'>; export declare function hasSomePanels(children: React.ReactNode): boolean;