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