import { PanelProps } from './Panel.types'; export type { PanelProps, PanelAnchor, PanelSize } from './Panel.types'; export declare function Panel({ className, title, size, anchor, open, setIsOpen, children, onClose, primaryButtonLabel, onPrimaryButtonClick, secondaryButtonLabel, onSecondaryButtonClick, primaryButtonProps, secondaryButtonProps, width, zIndex, customFooterContent, resizable, minWidth, maxWidth, onResize, ...args }: PanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map