export type ShapeProps = {
    points: [number, number][];
    r: number | number[];
};
export declare function installCustomShape(): void;
