import * as React from "react";
import { ThemeProps } from "../../theme";
declare const CRMPlaceHolderViewThemed: React.FC<Pick<ThemeProps, never> & {
theme?: import("@emotion/react").Theme;
}>;
export { CRMPlaceHolderViewThemed as CRMPlaceHolderView };