import type { Location } from 'history';
type RouteProps = {
    history: History;
    location: Location;
};
declare const BlockTypesControlpanel: (props: RouteProps) => import("react/jsx-runtime").JSX.Element;
export default BlockTypesControlpanel;
