type Props = { children?: React.ReactNode; isOpen: boolean; }; export declare const Panel: ({ children, isOpen }: Props) => import("react/jsx-runtime").JSX.Element; export {};