import type { PortLabelLayoutCommonOptions, PortLabelLayoutResult } from './index';
export declare function toResult(preset: Partial<PortLabelLayoutResult>, args?: Partial<PortLabelLayoutCommonOptions>): PortLabelLayoutResult;
