/// import { PropsWithElementAttributes } from '../utils'; export declare type DataLabelProps = PropsWithElementAttributes<{ data?: string | number; label?: string; }>; export declare const DataLabel: ({ data, label, className, style }: DataLabelProps) => JSX.Element; //# sourceMappingURL=DataLabel.d.ts.map