export function customModalLayoutDriverFactory({ element, eventTrigger }: { element: any; eventTrigger: any; }): { /** Returns if the modal content has padding */ hasContentPadding: () => Promise; exists: () => boolean; _hasClass: (className: any) => Boolean; _closeButtonExists: () => boolean; _helpButtonExists: () => boolean; getTheme: () => any; clickCloseButton: () => void; clickHelpButton: () => void; childExists: (dataHook: any) => boolean; getTitleText: () => any; getSubtitleText: () => any; getSecondaryButtonDriver: () => any; getPrimaryButtonDriver: () => any; getPrimaryButtonTooltipContent: () => string | null | undefined; getIllustrationSrc: () => any; }; //# sourceMappingURL=CustomModalLayout.legacy.driver.d.ts.map