import { FunctionComponent } from 'react'; import { SurfaceProps } from '../Surface'; import { SubTitle } from './SubTitle'; import { TitleProps } from './Title'; declare type MessageView = FunctionComponent & { Title: FunctionComponent; }; export declare type MessageProps = SurfaceProps & { title?: string; }; export declare const Message: MessageView; export declare const MessageTitle: typeof SubTitle; export {}; //# sourceMappingURL=Message.d.ts.map