export declare const Markdown: ({ children }: {
    children?: string;
}) => "" | import("react/jsx-runtime").JSX.Element | undefined;
