export declare const systemSettingName = "workflow-approval";
export declare const settingApproval: {
    title: string;
    icon: string;
    Component: () => import("react/jsx-runtime").JSX.Element;
    aclSnippet: string;
    sort: number;
};
