declare const G = "G";
declare const Svg = "SVG";
declare const View = "VIEW";
declare const Text = "TEXT";
declare const Link = "LINK";
declare const Page = "PAGE";
declare const Note = "NOTE";
declare const Path = "PATH";
declare const Rect = "RECT";
declare const Line = "LINE";
declare const FieldSet = "FIELD_SET";
declare const TextInput = "TEXT_INPUT";
declare const Select = "SELECT";
declare const Checkbox = "CHECKBOX";
declare const List = "LIST";
declare const Stop = "STOP";
declare const Defs = "DEFS";
declare const Image = "IMAGE";
declare const ImageBackground = "IMAGE_BACKGROUND";
declare const Tspan = "TSPAN";
declare const Canvas = "CANVAS";
declare const Circle = "CIRCLE";
declare const Ellipse = "ELLIPSE";
declare const Polygon = "POLYGON";
declare const Document = "DOCUMENT";
declare const Polyline = "POLYLINE";
declare const ClipPath = "CLIP_PATH";
declare const TextInstance = "TEXT_INSTANCE";
declare const LinearGradient = "LINEAR_GRADIENT";
declare const RadialGradient = "RADIAL_GRADIENT";
declare const Marker = "MARKER";

export { Canvas, Checkbox, Circle, ClipPath, Defs, Document, Ellipse, FieldSet, G, Image, ImageBackground, Line, LinearGradient, Link, List, Marker, Note, Page, Path, Polygon, Polyline, RadialGradient, Rect, Select, Stop, Svg, Text, TextInput, TextInstance, Tspan, View };
