import { AnalyticsItem, ApplicantStage, EmailTemplateConfig, FlagCodes, WorkflowStage } from "./typeDefinitions"; export declare const providerCodes: { soleTrader: { title: string; hint: string; number: string; required: boolean; }; partnership: { title: string; hint: string; number: string; required: boolean; }; educationalInstitute: { title: string; hint: string; number: string; required: boolean; }; ltd: { title: string; hint: string; number: string; required: boolean; }; plc: { title: string; hint: string; number: string; required: boolean; }; llp: { title: string; hint: string; number: string; required: boolean; }; charity: { title: string; hint: string; number: string; required: boolean; }; other: { title: string; hint: string; number: string; required: boolean; }; }; export declare const countryList: string[]; export declare const providerSectors: { "Accommodation and Food Service Activities": string[]; "Administrative and Support Service Activities": string[]; "Agriculture, Forestry and Fishing": string[]; "Arts, Entertainment and Recreation": string[]; Construction: string[]; Education: string[]; "Electricity, Gas, Steam and Air Conditioning Supply": string[]; "Financial and Insurance Activities": string[]; "Human Health and Social Work Activities": string[]; "Information and Communication": string[]; Manufacturing: string[]; "Mining and Quarrying": string[]; "Other Service Activities": string[]; "Professional, Scientific and Technical Activities": string[]; "Real Estate Activities": string[]; "Transportation and Storage": string[]; "Water Supply; Sewerage, Waste Management and Remediation Activities": string[]; "Wholesale and Retail Trade": string[]; "Advisory & Financial Services": string[]; "Business Franchises": string[]; "Consumer Goods & Services": string[]; "Life Sciences": string[]; "Online Retail": string[]; "Specialist Engineering, Infrastructure & Contractors": string[]; Technology: string[]; "Local Government": string[]; "Central Government": string[]; "Emergency Services & Fire Safety": string[]; }; export declare const sectorColours: { [key: string]: string; }; export declare const defaultInstituteWorkflow: WorkflowStage[]; export declare const defaultStudentWorkflow: WorkflowStage[]; export declare const flagCodes: { [k in FlagCodes]: { message: string; severity: "warning" | "error" | "info"; button?: string; onClose?: boolean; }; }; export declare const sampleTargets: AnalyticsItem; export declare const PRIMARY_COLOUR = "#7920f5"; export declare const LOGO_SECONDARY_COLOUR = "#964FF7"; export declare const LOGO_TERTIARY_COLOUR = "#B380F9"; export declare const SECONDARY_COLOUR = "#D16EFF"; export declare const INSTITUTE_COLOUR = "#2F8AE4"; export declare const PROVIDER_COLOUR = "#FE5F55"; export declare const STUDENT_COLOUR = "#21A179"; export declare const ERRORTEXTCOLOR = "rgb(229, 78, 78)"; export declare const ERRORBACKGROUNDCOLOR = "rgb(255, 221, 221)"; export declare const SUCCESSTEXTCOLOR = "rgb(34, 111, 43)"; export declare const SUCCESSBACKGROUNDCOLOR = "rgb(186, 245, 188)"; export declare const WARNINGTEXTCOLOR = "rgb(179, 137, 0)"; export declare const WARNINGBACKGROUNDCOLOR = "rgb(255, 242, 175)"; export declare const INFOTEXTCOLOR = "rgb(1, 67, 97)"; export declare const INFOBACKGROUNDCOLOR = "rgb(229, 246, 253)"; export declare const INFO_COLOR = "rgb(2, 136, 209)"; export declare const WARNING_COLOR = "rgb(237, 108, 2)"; export declare const SUCCESS_COLOR = "rgb(46, 125, 50)"; export declare const ERROR_COLOR = "rgb(211, 47, 47)"; export declare const mobileCountryCodes: string[][]; export declare const defaultApplicantWorkflow: ApplicantStage[]; export declare const emailTemplates: { [key: string]: EmailTemplateConfig; }; export declare const MISQueryParams: { arbor: { label: string; name: string; description: string; placeholder: string; }[]; }; export declare const externalActivityTypes: string[]; export declare const gatsbyBenchmarks: { title: string; color: string; }[]; export declare const equalexLearningOutcomes: { title: string; description: string[]; color: string; secondaryColor: string; }[]; export declare const skillLabelColours: { Communication: string; Teamwork: string; "Self-Management": string; "Thinking & Problem Solving": string; "Attitude & Resilience": string; "Work Readiness": string; "Career Development": string; };