import { ShapePresetGlyph } from 'pptx-viewer-shared'; /** The SVG path `d` string for a catalogue glyph. */ export declare function shapeGlyphPath(glyph: ShapePresetGlyph): string; /** Whether the glyph should render as a stroked line (vs a filled/outlined shape). */ export declare function isStrokeGlyph(glyph: ShapePresetGlyph): boolean; /** Convert the catalogue's Tailwind-flavoured `glyphClass` token to a CSS `transform`. */ export declare function glyphClassToTransform(glyphClass: string): string; //# sourceMappingURL=shape-glyphs.d.ts.map