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