import { jsx } from '@emotion/react';
import { type SlotWidthProps } from '../../common/types';
/**
 * __Right panel__
 *
 * Provides a slot for a right panel within the PageLayout.
 *
 * - [Examples](https://atlassian.design/components/page-layout/examples)
 * - [Code](https://atlassian.design/components/page-layout/code)
 */
declare const RightPanel: (props: SlotWidthProps) => jsx.JSX.Element;
export default RightPanel;
