import * as i0 from "@angular/core"; /** * Prevents click handlers from being triggered. * * ## Usage * ```html * * * * * * ``` * * ## Notes * - Does **not** call `preventDefault()` * - Safe to use on form controls * - Intended for use inside `fu-table` rows */ export declare class FuStopPropagationDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }