import type { IComponentOptions, IController } from 'angular'; export declare class HelpFieldCtrl implements IController { content: string; expand: boolean; fallback: string; key: string; label: string; placement: string; } /** * The only purpose of this is to map `key` to `id` so the React version of `HelpField` can be leveraged. */ export declare const helpFieldComponent: IComponentOptions; export declare const HELP_FIELD_COMPONENT = "spinnaker.core.help.helpField.component";