import { EasyPieChart } from './easypiechart.js'; /** * Register `$.fn.easyPieChart` on a jQuery instance. * * Called automatically on import when a global `jQuery` is present; call it * yourself when jQuery is loaded after this bundle or lives in a module scope. */ export declare function registerJQueryPlugin($?: unknown): void; export { EasyPieChart }; export default registerJQueryPlugin;