import React from "react";
import { VictoryCommonPrimitiveProps } from "../victory-util/common-props";
export interface BorderProps extends VictoryCommonPrimitiveProps {
    width?: number;
    height?: number;
    rectComponent?: React.ReactElement;
    x?: number;
    y?: number;
}
export declare const Border: (initialProps: BorderProps) => React.DetailedReactHTMLElement<any, HTMLElement>;
//# sourceMappingURL=border.d.ts.map