///
import * as listStyles from './List.styles';
export * from './ListFlat';
export * from './ListSection';
export * from './ListVirtualized';
export { listStyles };
export declare const List: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").LocalBoxProps & {
active?: boolean;
focus?: boolean;
hover?: boolean;
hoveractive?: boolean;
} & import("react-native").FlatListProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
} & {
Flat: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").LocalBoxProps & {
active?: boolean;
focus?: boolean;
hover?: boolean;
hoveractive?: boolean;
} & import("react-native").FlatListProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
Section: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").LocalBoxProps & {
active?: boolean;
focus?: boolean;
hover?: boolean;
hoveractive?: boolean;
} & import("react-native").SectionListProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
Virtualized: import("react").ForwardRefExoticComponent & import("react-native").ViewProps & import("..").LocalBoxProps & {
active?: boolean;
focus?: boolean;
hover?: boolean;
hoveractive?: boolean;
} & import("react-native").VirtualizedListProps & import("react").RefAttributes> & {
displayName?: string;
useProps: (props?: Partial, config?: {
disableCSSProps?: string[];
themeKey?: string;
}) => any;
};
};