declare namespace PgSearchScssNamespace {
  export interface IPgSearchScss {
    "color-green": string;
  }
}

declare const PgSearchScssModule: PgSearchScssNamespace.IPgSearchScss & {
  /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
  locals: PgSearchScssNamespace.IPgSearchScss;
};

export = PgSearchScssModule;
