declare const _default: { componentName: string; title: string; category: string; group: string; snippets: { title: string; schema: { componentName: string; props: { sys_id: string; table_name: string; field_name: string; }; }; }[]; props: ({ name: string; title: { label: string; tip: string; }; required: boolean; propType: string; defaultValue?: undefined; initialValue?: undefined; } | { name: string; title: { label: string; tip: string; }; required: boolean; defaultValue: string; initialValue: string; propType: string; })[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; }; }; }; export default _default;