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