declare namespace SelectionEditWrapperScssNamespace {
  export interface ISelectionEditWrapperScss {
    editActive: string;
    onHover: string;
    opacity: string;
    "prop-green": string;
    "section-title": string;
    "selection-edit-wrapper-container": string;
    "selection-width": string;
    "wrapper-content": string;
  }
}

declare const SelectionEditWrapperScssModule: SelectionEditWrapperScssNamespace.ISelectionEditWrapperScss & {
  /** WARNING: Only available when `css-loader` is used without `style-loader` or `mini-css-extract-plugin` */
  locals: SelectionEditWrapperScssNamespace.ISelectionEditWrapperScss;
};

export = SelectionEditWrapperScssModule;
