import * as i0 from "@angular/core"; export declare class HeroComponent { full: boolean; small: boolean; scrolls: boolean; image: string; colorize: boolean; backgroundColor: string; layout: string; distance: number; distanceToGo: number; speed: number; scrolling: any; get background(): string; easeInCubic: (t: any) => number; scrollToElem: (start: any, stamp: any, duration: any, scrollEndElemTop: any, startScrollOffset: any) => void; scrollDown: () => void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }