import { type IconProps } from "../../../base/index.ts";
declare const Beaker: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type Beaker = ReturnType<typeof Beaker>;
export default Beaker;
