import { JSXSetter } from "../_setters"; declare const _default: { snippets: { title: string; screenshot: any; schema: { componentName: string; props: { html: string; code: { source: string; compile: string; }; }; }; }[]; componentName: string; title: string; category: string; group: string; props: { name: string; title: { label: string; tip: string; }; propType: string; setter: (typeof JSXSetter)[]; }[]; configure: { supports: { style: boolean; }; }; }; export default _default;