export declare const snippets: { title: string; schema: { title: string; componentName: string; props: { componentProps: { layout: string; }; __component_name: string; }; children: { componentName: string; props: { __component_name: string; fieldProps: { name: string; title: string; 'x-validator': any[]; }; componentProps: { 'x-component-props': {}; }; decoratorProps: { 'x-decorator-props': {}; }; }; }[]; }; }[];