declare const _default: {
    /**
     * @return {bool} True if browser supports css animations.
     */
    hasCSSAnimations: () => boolean;
    /**
     * @return {bool} True if browser supports css transforms.
     */
    hasCSSTransforms: () => boolean;
    /**
     * @return {bool} True if browser supports css 3d transforms.
     */
    hasCSS3DTransforms: () => boolean;
    /**
     * @return {bool} True if browser supports css transitions.
     */
    hasCSSTransitions: () => boolean;
};
export default _default;
