/// import { BgProps } from '@hitagi/core/styles/system'; import { DirectionalImpMeterProps } from './common'; export declare const HorizontalContainer: import("styled-components").StyledComponent<"div", any, { size: number; }, never>; export declare const HorizontalIndicator: import("styled-components").StyledComponent<"div", any, BgProps, never>; type HorizontalImpMeterProps = DirectionalImpMeterProps; export default function HorizontalImpMeter(props: HorizontalImpMeterProps): JSX.Element; export {};