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