/// <reference types="react" />
interface ActionPageProps {
    title: string;
    icon: React.ReactNode;
    closeOnComplete?: boolean;
    action?: () => Promise<void>;
}
export declare function ActionPage(props: ActionPageProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Action.d.ts.map