import type { PropsWithChildren } from 'react'; export declare function DetailSectionGroup({ children, }: PropsWithChildren): JSX.Element;