declare const _default: ({ title: string; screenshot: string; schema: { componentName: string; props: { hasBorder: boolean; size: string; autoComplete: string; placeholder: string; }; }; } | { title: string; screenshot: string; schema: { componentName: string; props: { hasBorder: boolean; size: string; autoComplete: string; placeholder?: undefined; }; }; })[]; export default _default;