import { View } from 'react-native'; import type { MeterRootState } from '../root/MeterRoot'; import type { ZestUIComponentProps } from '../../types'; /** * Contains the meter indicator. * Renders a ``. */ export declare function MeterTrack(componentProps: MeterTrack.Props): import("react").ReactElement>; export interface MeterTrackState extends MeterRootState { } export interface MeterTrackProps extends ZestUIComponentProps { } export declare namespace MeterTrack { type State = MeterTrackState; type Props = MeterTrackProps; } //# sourceMappingURL=MeterTrack.d.ts.map