/**
* The Panel component.
* This component is used for grouping content with a border.
* Also extends the props of `
` element.
*
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/div
*/
export declare const Panel: import("react").ForwardRefExoticComponent<{
children: import("react").ReactNode;
} & Omit, HTMLDivElement>, "ref"> & import("react").RefAttributes>;