export declare class SmoothlyLabel { hue?: number; description?: string; shape: "rectangle" | "rounded"; render(): any; }