import { WinboxUIComponent } from './component' /** Avatar Component */ export declare class WAffix extends WinboxUIComponent { offsetTop: number; offsetBottom: number; fixedOffsetTop: number; fixedOffsetBottom: number; container (): void; disabled: boolean; }