/**
 * @license EUPL-1.2+
 * Copyright Gemeente Amsterdam
 */
import type { HTMLAttributes, PropsWithChildren } from 'react';
export type DescriptionListSectionProps = PropsWithChildren<HTMLAttributes<HTMLDivElement>>;
export declare const DescriptionListSection: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
    children?: import("react").ReactNode | undefined;
} & import("react").RefAttributes<HTMLDivElement>>;
