import type { MSTeamsProps } from "./MSTeams"; import { type HTMLAttributes } from "react"; export interface MSTeamsLayoutProps extends MSTeamsProps { } export declare const MSTeamsEditorContainer: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const MSTeamsEditorMain: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const MSTeamsLayout: ({ hidePublish, theme, variables, disableVariablesAutocomplete, channels, routing, colorScheme, readOnly, }: MSTeamsLayoutProps) => import("react/jsx-runtime").JSX.Element;