import { BMPProps } from './types';
export declare const BPM: ({ value }: BMPProps) => import("@emotion/react/jsx-runtime").JSX.Element;
