/**
 * Type layouts provide an orderly layout of terms and definitions.
 * @deprecated This component is deprecated
 */
export let DescriptionList: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
import React from 'react';
