import { ICredentialType, INodeProperties } from 'n8n-workflow';
export declare class SocradarApi implements ICredentialType {
    name: string;
    displayName: string;
    documentationUrl: string;
    icon: {
        readonly light: "file:icons/socradar.svg";
        readonly dark: "file:icons/socradar.svg";
    };
    properties: INodeProperties[];
}
