declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: {}; }; }[]; componentName: string; title: string; category: string; group: string; props: {}[]; configure: { component: { isContainer: boolean; }; supports: { style: boolean; }; }; }; export default _default;