import { SVGProps } from 'react'; export declare function DrawPolygonIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function DrawSquareIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function DrawCircleIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function DrawLassoIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; export declare function SelectToolIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; /** Spatial-mask glyph (circle with horizontal "globe" stripes) for the lasso * geometry toolbar's mask/draw toggle. From Figma node 5960:14347. */ export declare function SpatialMaskIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element; /** "Aa" glyph for the lasso geometry toolbar's rename action. From Figma node * 5960:14347. */ export declare function TextAaIcon(props: SVGProps): import("react/jsx-runtime").JSX.Element;