/// export interface IItemTitleProps { label: string; } export declare const Title: (props: IItemTitleProps) => JSX.Element;