import type { CSSProperties } from 'react'; interface ITorchOffProps { className?: string; style?: CSSProperties; } export default function TorchOffIcon(props: ITorchOffProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=TorchOffIcon.d.ts.map