import type { InboxProps } from "./Inbox"; export interface InboxLayoutProps extends InboxProps { } export declare const InboxLayout: ({ hidePublish, theme, variables, disableVariablesAutocomplete, channels, routing, colorScheme, readOnly, ...rest }: InboxLayoutProps) => import("react/jsx-runtime").JSX.Element;