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