import React from 'react'; import type { TitleAssetsProps, TitleProps } from './Title.types'; export declare const Title: React.ForwardRefExoticComponent> & { Pills: React.ForwardRefExoticComponent & React.RefAttributes>; Text: React.ForwardRefExoticComponent & React.RefAttributes>; Subtext: React.ForwardRefExoticComponent & React.RefAttributes>; Actions: React.ForwardRefExoticComponent & React.RefAttributes>; Assets: React.ForwardRefExoticComponent & TitleAssetsProps & React.RefAttributes>; };