import { SVGProps } from "react"; declare const BeakerIcon: (props: SVGProps) => JSX.Element; export default BeakerIcon;