import type { ValuesOf } from '../../Types/ValuesOf'; /** * `FloatingFlipFallbackStrategy` - The `FloatingFlipFallbackStrategy` object is used to describe the different types of floating flip fallback strategies. * * @public */ export declare const FloatingFlipFallbackStrategy: { readonly BestFit: "bestFit"; readonly InitialPlacement: "initialPlacement"; }; /** * @public */ export type FloatingFlipFallbackStrategy = ValuesOf; //# sourceMappingURL=FloatingFlipFallbackStrategy.d.ts.map