import { View } from 'react-native'; import type { MasonryProps } from './types'; export type { MasonryProps, MasonryItem } from './types'; export declare const Masonry: import("../../core/factory").PlatformBlocksComponent<{ props: MasonryProps; ref: View; }>;