declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { menu: { items: { key: string; label: string; }[]; }; }; children: { componentName: string; props: { type: string; children: { type: string; value: ({ componentName: string; props: { children: string; style: { color: string; marginLeft?: undefined; verticalAlign?: undefined; }; type?: undefined; size?: undefined; }; } | { componentName: string; props: { type: string; size: number; style: { marginLeft: number; verticalAlign: string; color?: undefined; }; children?: undefined; }; })[]; }; }; }[]; }; }[]; export default _default;