import React from "react"; import type { GlyphsProps } from "../../../dom/types"; import type { SkiaDefaultProps } from "../../processors/Animations/Animations"; export declare const Glyphs: ({ x, y, ...props }: SkiaDefaultProps) => React.JSX.Element;