import { isoly } from "isoly"; import { tidily } from "tidily"; export declare class SmoothlyDisplay { type: tidily.Type | "json"; label?: string; value?: any; collapseDepth?: number; toInteger?: boolean; currency?: isoly.Currency; country?: isoly.CountryCode.Alpha2; format?: isoly.DateTime.Format; render(): string | HTMLElement | any[] | undefined; }