declare namespace GovernmentSupportScssNamespace {
  export interface IGovernmentSupportScss {
    GSouter: string;
    blue: string;
    col: string;
    content: string;
    "government-adjustment-conatiner": string;
    "heading-box": string;
    inlinecollabel: string;
    "input-container": string;
    "input-field": string;
    "label-conatiner": string;
    "negative-value-error": string;
    "opacity-3": string;
    pageheading: string;
    "prop-green": string;
    red: string;
  }
}

declare const GovernmentSupportScssModule: GovernmentSupportScssNamespace.IGovernmentSupportScss & {
  /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
  locals: GovernmentSupportScssNamespace.IGovernmentSupportScss;
};

export = GovernmentSupportScssModule;
