export type OAuthClientAclEditorHandle = {
    save: () => void;
};
export type OAuthClientAclEditorProps = {
    clientId: string;
    onSaveComplete: (saveSuccessful: boolean) => void;
};
export declare const OAuthClientAclEditor: import("react").ForwardRefExoticComponent<OAuthClientAclEditorProps & import("react").RefAttributes<OAuthClientAclEditorHandle>>;
//# sourceMappingURL=OAuthClientAclEditor.d.ts.map