import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Beaker: import("svelte").Component; type Beaker = ReturnType; export default Beaker; //# sourceMappingURL=beaker.svelte.d.ts.map