import * as i0 from "@angular/core";
export declare class ResizableComponent {
    width: number | null;
    onResize(width: any): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ResizableComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<ResizableComponent, "th[resizable]", never, {}, {}, never, ["*"], true, never>;
}
