/** * Model: ColorStopBoundVariables * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { VariableAlias } from '../variable-alias'; /** * The variables bound to a particular gradient stop */ export interface ColorStopBoundVariables { /** @see VariableAlias */ color?: VariableAlias; } //# sourceMappingURL=color-stop-bound-variables.d.ts.map