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