import { Text } from 'react-native'; import type { MeterRootState } from '../root/MeterRoot'; import type { ZestUIComponentProps } from '../../types'; /** * An accessible label for the meter. * Renders a ``. */ export declare function MeterLabel(componentProps: MeterLabel.Props): import("react").ReactElement>; export interface MeterLabelState extends MeterRootState { } export interface MeterLabelProps extends ZestUIComponentProps { } export declare namespace MeterLabel { type State = MeterLabelState; type Props = MeterLabelProps; } //# sourceMappingURL=MeterLabel.d.ts.map