import React from "react"; export declare const MjmlBreakpoint: ({ children, ...rest }: React.PropsWithChildren) => React.DOMElement<{}, Element>; export interface MjmlBreakpointProps { width?: string | number | undefined; }