import * as React from 'react'; export interface DescriptionListGroupProps extends React.HTMLProps { /** Any elements that can be rendered in the list group */ children?: any; /** Additional classes added to the DescriptionListGroup */ className?: string; } export declare const DescriptionListGroup: React.FunctionComponent; //# sourceMappingURL=DescriptionListGroup.d.ts.map