import { PropsWithChildren } from 'react'; declare type ContainerProps = PropsWithChildren & { node: any; viewport: any; runElementActions?: any; selected?: boolean; form: { formSettings: { mobileBreakpoint: number; }; }; }; /** * Container * This component adds additional logic to the StyledContainer that is unique * to rendering containers on hosted forms (not the editor). */ export declare const Container: ({ node, runElementActions, selected, viewport, form, children }: ContainerProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map