import { P5SVG, P5, SVGElement, SVG, p5SVG } from './types'; declare function init(p5: P5): P5SVG; export default init; export { SVGElement, SVG, p5SVG };