/** Simple format */ export declare const SimpleFormat: { readonly Percent: "percent"; readonly Currency: "currency"; readonly Number: "number"; readonly ImageUrl: "imageUrl"; readonly Id: "id"; readonly Link: "link"; }; export type SimpleFormat = (typeof SimpleFormat)[keyof typeof SimpleFormat];