/** * @license * * Copyright IBM Corp. 2021, 2024 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ /** * This is the markdown block for JS via CDN * * @param {Array} components array of components to render * @param components.components components to render */ export declare const cdnJs: ({ components }: { components: any; }) => string; /** * This is the markdown block for Additional CSS via CDN * * @param {Array} components array of components to render * @param components.components components to render */ export declare const cdnCssAdditional: ({ components }: { components: any; }) => string; /** * This is the markdown block for CSS via CDN */ export declare const cdnCss: () => string; //# sourceMappingURL=storybook-cdn.d.ts.map