/// import { FlatListProps as RNFlatListProps } from 'react-native'; import { BoxProps } from '../Box'; export declare type LocalListFlatProps = {}; export declare type ListFlatProps = BoxProps & RNFlatListProps & LocalListFlatProps; export declare const ListFlat: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("../Box").LocalBoxProps & { active?: boolean; focus?: boolean; hover?: boolean; hoveractive?: boolean; } & RNFlatListProps & import("react").RefAttributes> & { displayName?: string; useProps: (props?: Partial, config?: { disableCSSProps?: string[]; themeKey?: string; }) => any; };