import type { PortLabelLayoutCommonOptions, PortLabelLayoutDefinition } from './index'; export interface SideArgs extends PortLabelLayoutCommonOptions { } export declare const manual: PortLabelLayoutDefinition; export declare const left: PortLabelLayoutDefinition; export declare const right: PortLabelLayoutDefinition; export declare const top: PortLabelLayoutDefinition; export declare const bottom: PortLabelLayoutDefinition;