import { ContentContainerComponentHarness, PButtonDirectiveHarness } from '@onecx/angular-testing'; export declare class DialogFooterHarness extends ContentContainerComponentHarness { static hostSelector: string; getPrimaryButton: import("@onecx/angular-testing").AsyncFactoryFn; getSecondaryButton: import("@onecx/angular-testing").AsyncFactoryFn; clickPrimaryButton(): Promise; clickSecondaryButton(): Promise; getPrimaryButtonLabel(): Promise; getPrimaryButtonIcon(): Promise; getSecondaryButtonLabel(): Promise; getSecondaryButtonIcon(): Promise; getPrimaryButtonDisabled(): Promise; getSecondaryButtonDisabled(): Promise; }