/** * Get a list of all available components in the Solid Design System. * @returns A list of all sd-* tag names with built metadata. */ export declare const getAvailableComponents: () => Promise<{ name: string; description: string; }[]>;