export interface MarkdownProps { strings?: Record; string: string; className?: string; defaultValue?: string; }