import * as React from 'react';
import type { SystemBannerProps } from './types';
export declare function SystemBanner(props: SystemBannerProps): React.JSX.Element;
