import { PortLabelLayout } from './index'; export interface SideArgs extends PortLabelLayout.CommonOptions { } export declare const manual: PortLabelLayout.Definition; export declare const left: PortLabelLayout.Definition; export declare const right: PortLabelLayout.Definition; export declare const top: PortLabelLayout.Definition; export declare const bottom: PortLabelLayout.Definition;