export declare enum SkyAffixAutoFitContext {
    /**
     * Auto-fit functionality will respect the nearest overflow parent element's dimensions.
     */
    OverflowParent = 0,
    /**
     * Auto-fit functionality will respect the browser viewport dimensions.
     */
    Viewport = 1
}
