/** * Inline SVG glyphs for the design canvas editor. No external icon dependency — * same convention as sequences-react/components/glyphs.tsx. */ interface GlyphProps { className?: string; } export declare const UndoGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const RedoGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const SwapGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const EyeGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const EyeOffGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const LockGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const UnlockGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const TrashGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const GroupGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const UngroupGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const BringFrontGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const SendBackGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const AlignLeftGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const AlignCenterGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const AlignRightGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const BoldGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const ItalicGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const PlusGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const MinusGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const ChevronDownGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const RectGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const EllipseGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const LineGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const TextGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const ImageGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const VideoGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; /** A slot binding point: a socket plate with a keyhole notch — the outlet an * `apply_data` payload plugs into. Reads at h-3 where the old sunburst did not. */ export declare const SlotGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const PageGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const GridGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const RulerGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const MagnetGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const BleedGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const DuplicateGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const ZoomFitGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const ExportGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export declare const ShapesGlyph: ({ className }: GlyphProps) => import("react").JSX.Element; export {};