import * as React from 'react'; export interface IDetailsCardInfoProps { /** * Set the label */ label: string; } export declare const DetailsCardInfo: React.FC>;