import { BuildMetaItem } from '@build-tracker/build'; import React from 'react'; import { StyleProp, TextStyle } from 'react-native'; interface Props { closeButtonLabel?: string; data: Array<[string, BuildMetaItem]>; footer?: React.ReactElement; icon?: React.ComponentType<{ style?: StyleProp; }>; onClose?: () => void; title: string; } declare const TabularMetadata: (props: Props) => React.ReactElement React.ReactElement React.Component)>) | (new (props: any) => React.Component)>; export default TabularMetadata; //# sourceMappingURL=TabularMetadata.d.ts.map