import type { SlackProps } from "./Slack"; import { type HTMLAttributes } from "react"; export interface SlackLayoutProps extends SlackProps { } export declare const SlackEditorContainer: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const SlackEditorMain: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const SlackLayout: ({ hidePublish, theme, variables, disableVariablesAutocomplete, channels, routing, colorScheme, readOnly, }: SlackLayoutProps) => import("react/jsx-runtime").JSX.Element;