declare function _default(view: any, group: any): { demo: { view: any; text: string; }; examples: ({ title: string; demo: any; highlightProps?: undefined; } | { title: string; highlightProps: string[]; demo: { view: any; content: string[]; }; })[]; }; export default _default;