import { IconProps } from '../lib';
declare function Flashlight(props: IconProps): JSX.Element;
export default Flashlight;
