import { type FlatListProps, type SectionListProps, type VirtualizedListProps } from 'react-native'; import type { StyledComponentProps } from '../../types/styled.types'; export declare function styledFlatList(props: StyledComponentProps & FlatListProps): import("react/jsx-runtime").JSX.Element; export declare function styledSectionList(props: StyledComponentProps & SectionListProps): import("react/jsx-runtime").JSX.Element; export declare function styledVirtualizedList(props: StyledComponentProps & VirtualizedListProps): import("react/jsx-runtime").JSX.Element;