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