export function c(el: any, attrs?: {}): any; export function a(to: any, ...els: any[]): any; export function o(to: any, ev: any, fn: any): void; export function ct(to: any, className: any, cond?: null): void; export function offset(el: any): { x: any; y: any; }; export function inViewY(el: any): boolean; export function cssVar(name: any, el?: null): string; export function fontSize(el?: null): number; export class CustomEl { __customEl__(): void; } //# sourceMappingURL=utils.d.ts.map