import type { Component } from '@enonic-types/core';
export declare function XpFallback({ data }: {
    data?: Component;
}): JSX.Element | null;
