export type GlyphProps = Record; declare const Glyph: ({}: GlyphProps) => import("react/jsx-runtime").JSX.Element; export default Glyph;