import React from "react";
import type { DrawingNodeProps } from "../../../dom/types";
import type { SkiaProps } from "../../processors/Animations/Animations";
export declare const Fill: (props: SkiaProps<DrawingNodeProps>) => React.JSX.Element;
