export declare const snippets: { title: string; screenshot: string; schema: { componentName: string; title: string; props: { title: string; placement: string; destroyOnClose: boolean; width: number; operations: { action: string; type: string; content: string; id: string; }[]; }; children: any[]; }; }[];