import { IHandlers, SvgEl, SvgTags } from "../custom"; import { RootNode, Node } from "svg-parser"; interface GetSvgElementsReturn { svgEl: SvgEl<"svg">; elements: SvgEl[]; } export declare const getSvgElements: (handlers: IHandlers, n: RootNode | Array, d?: SvgEl[], svgEl?: SvgEl<"svg">) => GetSvgElementsReturn; export {}; //# sourceMappingURL=getSvgElements.util.d.ts.map