import type { GradientStop } from '@shopify/polaris-viz-core'; export declare const createCSSGradient: (gradient: GradientStop[], angle: number) => string; //# sourceMappingURL=createCssGradient.d.ts.map