/** based on framer-motion@4.1.17, Copyright (c) 2018 Framer B.V. */ import type { Component } from 'svelte'; declare function isSVGComponent(Component: string | Component): boolean; export { isSVGComponent }; //# sourceMappingURL=is-svg-component.d.ts.map