import { Options } from "../types/options";
export type ShowIntegrationsProps = Options & {};
export declare const showIntegrations: (options: ShowIntegrationsProps) => void;
