/// import { BType } from './types'; declare function Battery({ level }: BType): import("react").JSX.Element; export { Battery };