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