import { AnimationTriggerMetadata } from '@angular/animations';
/**
 * Animations used by the colorpicker.
 * @docs-private
 */
export declare const mtxColorpickerAnimations: {
    readonly transformPanel: AnimationTriggerMetadata;
};
