export namespace dataHooks { let title: string; let body: string; let actionButton: string; let image: string; let footer: string; } export namespace actionButtonTheme { let standard: string; let white: string; let premium: string; let lightPrimary: string; let standardPrimary: string; } //# sourceMappingURL=constants.d.ts.map