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<GlyphsProps, "x" | "y">) => React.JSX.Element;
