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