import { MdError } from '../core'; /** * Exception thrown when a ComponentPortal is attached to a DomPortalHost without an origin. * @docs-private */ export declare class MdDialogContentAlreadyAttachedError extends MdError { constructor(); }