declare namespace ContentSectionScssNamespace {
  export interface IContentSectionScss {
    "content-section": string;
  }
}

declare const ContentSectionScssModule: ContentSectionScssNamespace.IContentSectionScss & {
  /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
  locals: ContentSectionScssNamespace.IContentSectionScss;
};

export = ContentSectionScssModule;
