import { Panel } from '@redocly/theme';
type BindingPanelProps = {
    header: string;
    children: React.ReactNode;
};
export declare const BindingPanel: ({ header, children }: BindingPanelProps) => import("react/jsx-runtime").JSX.Element;
export declare const CodeBlockPanel: import("styled-components").StyledComponent<typeof Panel, any, {}, never>;
export declare const Header: import("styled-components").StyledComponent<"div", any, {}, never>;
export {};
