export declare type TransitionEvent = 'transitionend';
declare const _default: {
    'transitionend': string;
};
export default _default;
