import { PropsWithChildren } from 'react';
type ManagedACTAccessRequirementFormWikiWrapperProps = PropsWithChildren<{
    managedACTAccessRequirementId: string;
}>;
/**
 * Renders the child content next to the wiki associated with the provided ManagedACTAccessRequirement. Utilizes a grid
 * layout where the wiki content will not appear on small screen sizes.
 *
 * @param props
 * @constructor
 */
export default function ManagedACTAccessRequirementFormWikiWrapper(props: ManagedACTAccessRequirementFormWikiWrapperProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ManagedACTAccessRequirementFormWikiWrapper.d.ts.map