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