import { SlideOutPanelProps } from './SlideOutPanel.types'; declare const SlideOutPanel: (props: SlideOutPanelProps) => import("react/jsx-runtime").JSX.Element; export default SlideOutPanel;