import { Inputs } from '@embeddable.com/react'; declare const meta: { readonly name: "MarkdownPro"; readonly label: "Markdown"; readonly description: "Renders a markdown block. Use for headings, instructions, or static explanations between widgets."; readonly category: "Content"; readonly defaultWidth: 600; readonly defaultHeight: 300; readonly inputs: [{ readonly name: "markdown"; readonly type: import("@embeddable.com/core").EmbeddableType; readonly label: "Markdown"; readonly description: "All markdown features are supported, including tables, images, links, etc. You can also access translations using {{translation_key|fallback value}}."; readonly category: "Component Settings"; }]; }; export declare const markdownPro: { readonly Component: (props: { markdown?: string; }) => import("react").JSX.Element; readonly meta: { readonly name: "MarkdownPro"; readonly label: "Markdown"; readonly description: "Renders a markdown block. Use for headings, instructions, or static explanations between widgets."; readonly category: "Content"; readonly defaultWidth: 600; readonly defaultHeight: 300; readonly inputs: [{ readonly name: "markdown"; readonly type: import("@embeddable.com/core").EmbeddableType; readonly label: "Markdown"; readonly description: "All markdown features are supported, including tables, images, links, etc. You can also access translations using {{translation_key|fallback value}}."; readonly category: "Component Settings"; }]; }; readonly preview: { ({ embeddableTheme, }: { embeddableTheme: any; }): React.JSX.Element; displayName: string; }; readonly config: { readonly props: (inputs: Inputs) => { markdown: unknown; }; }; }; export {}; //# sourceMappingURL=definition.d.ts.map