export default Expressions; declare namespace Expressions { export { initExpressions }; } declare function initExpressions(animation: any): void;