export declare function parseApprovalValue(value: string | null | undefined): unknown; export declare function approvalValuePreview(value: unknown): string; export declare function ApprovalValueBlock({ label, value, }: { label: string; value: unknown; }): import("node_modules/@types/react").JSX.Element; //# sourceMappingURL=approval-value-block.d.ts.map