export declare enum SIZES { SMALL = "small", MEDIUM = "medium", LARGE = "large" } export declare const SIZE_MEDIUM_THRESHOLD = 300; export declare const SIZE_LARGE_THRESHOLD = 400; export type AppMessages = Record<'appNotSubscribed' | 'appNotSubscribedForAsset' | 'internalAppError' | 'appPackageWasNotFound' | 'fracFleetWasNotFound' | 'fracFleetHasNoPad' | 'padHasNoWells' | 'appComponentWasNotFound' | 'noAssetData' | 'assetNotAvailable' | 'AccessDenied', { title: string; subtitle?: string; }>; export declare const APP_MESSAGES: AppMessages; //# sourceMappingURL=constants.d.ts.map