export declare const Dialog: string; interface DialogViewProps { titletext: string; bodytext: string; primarytext: string; secondarytext: string; } export declare function DialogView(props: DialogViewProps): any; export {};