import { draw as S, paint as C, path as g, points as k } from './drawing.js'; declare function a(): void; declare function u(): void; export { a as createCustomElement, S as draw, C as paint, g as path, k as points, u as register };