interface SystemDebugTraceProps {
    type: string;
    data: Record<string, any> | string;
    id?: string;
}
export declare const SystemDebugTrace: {
    (props: SystemDebugTraceProps): import("react/jsx-runtime").JSX.Element | null;
    serialize: (props: SystemDebugTraceProps) => any;
};
export {};
