import { MdError } from '../core'; /** * Error that is thrown when attempting to attach a snack bar that is already attached. * @docs-private */ export declare class MdSnackBarContentAlreadyAttached extends MdError { constructor(); }