import React from 'react';
/**
 * Voltage Regulator Circuit Example
 *
 * This example demonstrates a simple 7805 voltage regulator circuit
 * with input and output capacitors.
 *
 * Components:
 * - Battery (9V)
 * - IC (7805 voltage regulator)
 * - Input capacitor (100µF)
 * - Output capacitor (10µF)
 * - Resistor (load)
 * - Ground
 *
 * @returns {JSX.Element} The rendered circuit example
 */
declare const VoltageRegulatorExample: React.FC;
export default VoltageRegulatorExample;
//# sourceMappingURL=VoltageRegulatorExample.d.ts.map