/** * Brand Constants * @description - Set of trademark constants */ declare const BrandConstants: { name: string; description: string; website: string; contact: string; docs: string; slogan: string[]; quote: string[]; }; export default BrandConstants;