export declare const dpIcons: { highlight: () => SVGSVGElement; note: () => SVGSVGElement; draw: () => SVGSVGElement; more: () => SVGSVGElement; download: () => SVGSVGElement; upload: () => SVGSVGElement; trash: () => SVGSVGElement; print: () => SVGSVGElement; compare: () => SVGSVGElement; sign: () => SVGSVGElement; close: () => SVGSVGElement; rotateLeft: () => SVGSVGElement; rotateRight: () => SVGSVGElement; chevronLeft: () => SVGSVGElement; chevronRight: () => SVGSVGElement; undo: () => SVGSVGElement; redo: () => SVGSVGElement; fullscreen: () => SVGSVGElement; fullscreenExit: () => SVGSVGElement; redact: () => SVGSVGElement; }; //# sourceMappingURL=icons.d.ts.map