import { PanelProps } from './Panel.types'; export declare const Panel: { ({ children, className: _className, padding, onOpenChange, open, width, height, dismissible, closeButtonAriaLabel, kind, position, divider, dividerColor, backgroundColor, isAnimated, onBeforeClose, modalType, offset, resizable, id, ...panelProps }: PanelProps): JSX.Element | null; displayName: string; Header: { ({ children, className: _className, divider, dividerColor, backgroundColor, ...props }: import('./Panel.types').PanelHeaderProps): import("react/jsx-runtime").JSX.Element; displayName: string; Row: { ({ children, className: _className, ...props }: import('.').PanelHeaderRowProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; ContentBefore: { ({ children, className: _className, ...props }: import('.').PanelHeaderContentBeforeProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; Heading: { ({ children, className: _className, id: _id, ...props }: import('.').PanelHeaderHeadingProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; Description: { ({ children, className: _className, ...props }: import('.').PanelHeaderDescriptionProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; ContentAfter: { ({ children, className: _className, ...props }: import('.').PanelHeaderContentAfterProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; Subheader: { ({ children, className: _className, ...props }: import('.').PanelHeaderSubheaderProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; }; Body: { ({ children, className: _className, backgroundColor, ...props }: import('./Panel.Body').PanelBodyProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; Footer: { ({ children, className: _className, divider, dividerColor, backgroundColor, ...props }: import('./Footer/Panel.Footer').PanelFooterProps): import("react/jsx-runtime").JSX.Element; displayName: string; Actions: { ({ layout, children, className: _className, ...props }: import('.').PanelFooterActionsProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; }; };