import { ReactElement } from 'react'; export default function cfwRenderComponentIfElementExists(elementId: string, component: ReactElement, condition?: boolean): void;