export interface OverlayProps {
    message?: string;
    visible: boolean;
}
export declare function renderGovernanceOverlay({ message, visible }: OverlayProps): string;
