import type { PresetHOC } from '../types/PresetHOC'; export declare const withCommonCapabilities: PresetHOC<{ showTitleAndDescription?: boolean; showLastUpdated?: boolean; showProgressBar?: boolean; }>; //# sourceMappingURL=withCommonCapabilities.d.ts.map