/**
* Creates a radial gradient CSS string based on an array of colors.
* @param {string[]} colors - An array of colors for the gradient.
* @returns {string} The radial gradient CSS string.
*/exportdeclareconstcreateRadialGradientString: (colors: string[]) =>string;