declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { label: string; placeholder: string; options: { value: string; label: string; }[]; }; }; }[]; export default _default;