import React from 'react'; export declare const Transition: React.ForwardRefExoticComponent & React.RefAttributes>; interface PaperComponentProps { titleId?: string | number; } export declare const PaperComponent: React.FC; export {}; //# sourceMappingURL=Dialog.components.d.ts.map