/// interface TypeState { type: string; } declare const DataLabel: ({ type }: TypeState) => JSX.Element; export default DataLabel;