import { FlashListProps, FlashListRef } from "@shopify/flash-list"; import { Ref } from "react"; export declare function TabMasonry(props: FlashListProps & { innerRef?: Ref> | null; }): import("react/jsx-runtime").JSX.Element;