import { ComponentProps } from 'react'; type PanelProps = ComponentProps<"div">; declare const Panel: ({ children, className, ...props }: PanelProps) => import("react/jsx-runtime").JSX.Element; export { Panel }; export type { PanelProps }; //# sourceMappingURL=panel.d.ts.map