import React from 'react'; import type { Mode } from '@splunk/dashboard-types'; export interface TitleProps { isExpanded?: boolean; mode: Mode; onValueChange: (value?: string) => void; value?: string; } export declare const Title: React.ForwardRefExoticComponent>; //# sourceMappingURL=Title.d.ts.map