export declare const SIMPLE_JSON: { element: string; props: { background: string; flexbox: { 'flex-grow': number; 'flex-direction': string; }; }; children: { element: string; props: { flexbox: { 'flex-grow': number; 'flex-direction': string; }; }; children: { element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; link: string; font: { family: string; size: string; weight: number; color: string; }; 'text-align': string; 'line-height': number; }; }[]; }[]; }; export declare const ADVANCE_JSON: { element: string; props: { background: string; flexbox: { 'flex-grow': number; 'flex-direction': string; }; }; children: ({ element: string; props: { flexbox: { 'flex-grow': number; 'flex-direction': string; }; }; children: { element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; flexbox: { 'flex-grow': number; }; link: string; font: { family: string; size: string; weight: number; color: string; }; 'text-align': string; 'line-height': number; }; }[]; } | { element: string; props: { flexbox: { 'flex-grow': number; 'flex-direction': string; }; }; children: { element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; flexbox: { 'flex-grow': number; }; height: string; }; }[]; } | { element: string; props: { flexbox: { 'flex-grow': number; 'flex-direction': string; }; }; children: ({ element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; flexbox: { 'flex-grow': number; 'flex-direction': string; }; padding: string; }; children: { element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; flexbox: { 'flex-grow': number; }; width: string; link: string; compress: boolean; }; }[]; } | { element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; flexbox: { 'flex-grow': number; 'flex-direction': string; }; padding: string; }; children: { element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; flexbox: { 'flex-grow': number; 'flex-direction': string; }; padding: string; }; children: { element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; flexbox: { 'flex-grow': number; }; link: string; font: { family: string; size: string; weight: number; color: string; }; 'text-align': string; 'line-height': number; }; }[]; }[]; })[]; } | { element: string; props: { flexbox: { 'flex-grow': number; 'flex-direction': string; }; }; children: { element: string; props: { background: string; 'border-bottom': { width: string; style: string; color: string; }; flexbox: { 'flex-grow': number; }; link: string; font: { family: string; size: string; weight: number; color: string; }; border: { width: string; style: string; color: string; radius: string; }; }; }[]; })[]; };