import { UseFormReturn } from "react-hook-form";
export type LdapSettingsSynchronizationProps = {
    form: UseFormReturn;
    showSectionHeading?: boolean;
    showSectionDescription?: boolean;
};
export declare const LdapSettingsSynchronization: ({ form, showSectionHeading, showSectionDescription, }: LdapSettingsSynchronizationProps) => import("react/jsx-runtime").JSX.Element;
