import type { SimpleProp } from './helpers/factory';
export type AllowMarkdownProp = SimpleProp<'allowMarkdown', boolean>;
export declare const allowMarkdownProp: import("./helpers/factory").PropDefinition<import("./helpers/factory").InternalPropValue<AllowMarkdownProp>, AllowMarkdownProp>;
