import type { ValuesOf } from '../../Types/ValuesOf'; /** * `FloatingSync` - The `FloatingSync` object is used to describe the different types of floating sync. * * @public */ export declare const FloatingSync: { readonly Width: "width"; readonly Height: "height"; readonly Both: "both"; readonly None: "none"; }; /** * @public */ export type FloatingSync = ValuesOf; //# sourceMappingURL=FloatingSync.d.ts.map