import * as React from 'react'; import { Text } from '../../text/Text'; export declare const BannerSlimText: { (props: React.ComponentPropsWithoutRef): React.JSX.Element; displayName: string; };