import React from "react";
import type { FrameProps } from "../../types";
export { FrameDefaults } from "../utils/axisDefaults";
export declare const Frame: ({ xScale, yScale, lineColor, lineWidth, linePathEffect, }: FrameProps) => React.JSX.Element | null;
