export declare enum OutletPosition { REPLACE = "replace", BEFORE = "before", AFTER = "after" }