import type { PresetHOC } from '../types/PresetHOC'; /** * Marks the item to render its title and description. */ export declare const withTitle: PresetHOC<{ showTitleAndDescription?: boolean; }>; //# sourceMappingURL=withTitle.d.ts.map