import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Bolt: React.MemoExoticComponent>; declare type BoltRef = PathIconRef; declare type BoltProps = PathIconProps; export { Bolt }; export type { BoltRef, BoltProps }; export default Bolt;