/// import './InstanceDetailsHeader.less'; export interface IInstanceDetailsHeaderProps { cloudProvider?: string; healthState: string; instanceId: string; loading: boolean; sshLink?: string; standalone: boolean; } export declare const InstanceDetailsHeader: ({ cloudProvider, healthState, instanceId, loading, sshLink, standalone, }: IInstanceDetailsHeaderProps) => JSX.Element;