interface Props {
    value: string;
    textAlign?: "left" | "center" | "right";
    element?: any;
    showFloatingEditor?: boolean;
}
export declare function MarkdownPreview({ value: markdownString, textAlign, showFloatingEditor, ...props }: Props): import("react/jsx-runtime").JSX.Element;
export {};
