import type { Props } from '.'; export declare const Bar: ({ backgroundColor, height, innerColor, marginVertical, percent, text, }: Props) => JSX.Element;