import { Section } from 'alinea/core/Section';
interface TabsViewProps {
    section: Section;
}
export interface TabsHeaderProps {
    section: Section;
    backdrop?: boolean;
}
export declare function TabsHeader({ section, backdrop }: TabsHeaderProps): import("react/jsx-runtime").JSX.Element | null;
export declare function TabsView({ section }: TabsViewProps): import("react/jsx-runtime").JSX.Element | null;
export {};
