export declare class KcProps {
    constructor(realm: string, authServerUrl: string, sslRequired: string, resource: string, credentials: any, confidentialPort: number);
}
