import { type ViewProps, type CodegenTypes } from 'react-native'; export interface NativeProps extends ViewProps { /** * The distance between elements at which they begin to merge. * Defaults to 0. */ spacing?: CodegenTypes.Float; } declare const _default: import("react-native/types_generated/Libraries/Utilities/codegenNativeComponent").NativeComponentType; export default _default; //# sourceMappingURL=LiquidGlassViewContainerNativeComponent.d.ts.map