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