import React from 'react';
/**
 * 555 Timer Circuit Example
 *
 * This example demonstrates a 555 timer in astable multivibrator mode,
 * creating an LED blinker circuit.
 *
 * Components:
 * - Battery (9V)
 * - IC (555 timer)
 * - Resistors (timing resistors)
 * - Capacitor (timing capacitor)
 * - LED
 * - Ground
 *
 * @returns {JSX.Element} The rendered circuit example
 */
declare const TimerCircuitExample: React.FC;
export default TimerCircuitExample;
//# sourceMappingURL=TimerCircuitExample.d.ts.map