import { default as React } from 'react'; import { Text as PrimitiveText } from '../text'; export type OverlineProps = Partial>; /** The Overline for the card */ export declare const Overline: React.ForwardRefExoticComponent>;