/**
 * @deprecated Use Animation API instead.
 * @category Legacy
 */
export type MorphOptions = {
    index?: number;
    duration?: number;
    steps?: number;
    signal?: AbortSignal;
    /**
     * Likely unused by firmware, but included for consistency.
     */
    channel?: number;
};
//# sourceMappingURL=morph-options.d.ts.map