import React, { PropsWithChildren } from "react";
export declare const PanelWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const PanelBar: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const PanelContent: import("styled-components").StyledComponent<"div", any, {}, never>;
export declare const PanelTitle: import("styled-components").StyledComponent<"h3", any, {}, never>;
export declare type PanelProps = PropsWithChildren<{
    title?: string;
}>;
export declare const Panel: React.ForwardRefExoticComponent<{
    title?: string | undefined;
} & {
    children?: React.ReactNode;
} & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=panel.d.ts.map