import React, { CSSProperties } from 'react'; interface ITorchOffProps { onClick: () => void; className?: string; style?: CSSProperties; } export default function TorchOff(props: ITorchOffProps): React.JSX.Element; export {}; //# sourceMappingURL=TorchOff.d.ts.map