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