declare const _default: { title: string; screenshot: string; schema: { componentName: string; props: { offsetTop: number; }; children: { componentName: string; props: { children: string; }; }[]; }; }[]; export default _default;