export declare const ApprovalInstructionNode: ({ data }: {
    data: any;
}) => import("react/jsx-runtime").JSX.Element;
