import type { DataSourceEventPayload } from '@splunk/dashboard-types'; export interface ComponentStatusIconProps { dataSource?: DataSourceEventPayload; componentId: string; type?: 'input' | 'visualization'; validationMessage?: string; warningMessage?: string; } export declare const ComponentStatusIcon: ({ dataSource, componentId, type, validationMessage, warningMessage, }: ComponentStatusIconProps) => JSX.Element | null; //# sourceMappingURL=ComponentStatusIcon.d.ts.map