declare const _default: { componentName: string; title: string; category: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; snippets: { title: string; screenshot: string; schema: { componentName: string; props: {}; }; }[]; props: ({ name: string; title: { label: string; tip: string; }; isRequired: boolean; propType: string; setter?: undefined; } | { name: string; title: { label: string; tip: string; }; propType: string; setter: string; isRequired?: undefined; })[]; configure: { component: { isContainer: boolean; }; supports: { className: boolean; style: boolean; }; }; }; export default _default;