import type { EdgeAnchorDefinition } from './index';
export interface RatioEndpointOptions {
    ratio?: number;
}
export declare const ratio: EdgeAnchorDefinition<RatioEndpointOptions>;
