import * as i0 from '@angular/core'; import * as i1 from '@daffodil/design'; /** * The cadence of the beacon ring, e.g. how long one expand-and-fade cycle takes. * * - `slow` - a relaxed 3.6s cycle. * - `normal` - the default 2.4s cycle. * - `fast` - an urgent 1.2s cycle. */ type DaffBeaconSpeed = 'slow' | 'normal' | 'fast'; /** * DaffBeaconComponent is a small indicator that draws visual attention to a specific location or element. */ declare class DaffBeaconComponent { /** * How fast the beacon pulses. */ speed: i0.InputSignal; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export { DaffBeaconComponent };