import React from 'react';
interface Props {
    initialShowAll?: boolean;
}
export declare const StableInteractiveUI: React.FC<Props>;
export {};
