declare const _default: {
  page: {
    reference: {
      enabled: boolean;
      template: string;
    };
    languageComparison: {
      enabled: boolean;
      icon: string;
    };
  };
  decorator: {
    templates: {
      note: string;
      bookmark: string;
    };
  };
  selection: {
    dispatch: boolean;
  };
  style: {
    reading: {
      color: string;
      fontSize: string;
      textAlign: string;
      fontFamily: string;
      textShadow: string;
      backgroundColor: string;
    };
  };
  contextMenu: {
    enabled: boolean;
    items: {
      name: string;
      event: string;
    }[];
  };
};
export default _default;
