/**
 * Special component that taps into @mdx-js/react components that are used by both Storybook and the
 * Canvas Site. This means our docs can use the same components used in our MDX files without
 * needing to use MDX directly.
 */
export declare const MDX: import("@workday/canvas-kit-react/common").ElementComponent<"div", unknown>;
/**
 * Custom MDX to JSX parsing
 */
export declare const MdxJSToJSX: (props: {
    children: string;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MDXElements.d.ts.map