interface TemplateGalleryProps { onSelect: (templateId: string) => void; apiUrl?: string; } export declare function TemplateGallery({ onSelect, apiUrl }: TemplateGalleryProps): import("react/jsx-runtime").JSX.Element; export {};