/** * Get a list of all available templates in the Solid Design System. * @returns Sorted list of template names (e.g. ["button", "forms"]). */ export declare const getAvailableTemplates: () => Promise;