import { BackgroundFillFreeformGradient } from '../types'; import { array } from '../types'; export declare class BackgroundFillFreeformGradientBase implements BackgroundFillFreeformGradient { type: string; colors: array; }