import type { DnFC } from '@designable/react';
import type { ReactNode } from 'react';
interface IProps {
    children: ReactNode;
}
export declare const BpmPage: DnFC<IProps>;
export {};
