import "./ensureConsole";
import type { SvgClipRectProps, SvgLinearGradientDefProps } from "./types";
export { createClipPathRef } from "./clipPath";
export declare const SvgClipRect: ({ id, x, y, width, height }: SvgClipRectProps) => import("react").JSX.Element;
export declare const SvgLinearGradientDef: ({ stops, ...props }: SvgLinearGradientDefProps) => import("react").JSX.Element;
//# sourceMappingURL=defs.d.ts.map