import * as i0 from '@angular/core'; import { AfterViewInit, ElementRef, OnInit, OnChanges, OnDestroy, SimpleChanges } from '@angular/core'; declare class MxRadioButtonHintDirective implements AfterViewInit { private document; private elRef; mxRadioButtonHint: string; constructor(document: Document, elRef: ElementRef); ngAfterViewInit(): void; private createRadioButtonHint; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } type MxRadioButtonTooltipPosition = 'before' | 'after'; declare class MxRadioButtonTooltipDirective implements OnInit, OnChanges, OnDestroy { #private; mxRadioButtonTooltip: i0.InputSignal; mxRadioButtonTooltipPosition: i0.InputSignal; mxRadioButtonTooltipDisabled: i0.InputSignalWithTransform; ngOnInit(): void; ngOnDestroy(): void; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } export { MxRadioButtonHintDirective, MxRadioButtonTooltipDirective }; export type { MxRadioButtonTooltipPosition };